ui: focus tree...

Need to fix it
This commit is contained in:
Alastair Poole 2021-01-02 10:49:44 +00:00
parent eaac5da967
commit df64f37a2b
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[Desktop Entry] [Desktop Entry]
Type=Application Type=Application
Name=Evisum Name=Evisum
GenericName=System Monitor GenericName=Process Explorer
GenericName[fr]=Moniteur d'activité système GenericName[fr]=Moniteur d'activité système
GenericName[it]=Attività del sistema GenericName[it]=Attività del sistema
GenericName[ru]=Системная активность GenericName[ru]=Системная активность

View File

@ -724,6 +724,7 @@ _process_tab_add(Evas_Object *parent, Ui_Data *pd)
evas_object_size_hint_weight_set(tbl, EXPAND, EXPAND); evas_object_size_hint_weight_set(tbl, EXPAND, EXPAND);
evas_object_size_hint_align_set(tbl, FILL, FILL); evas_object_size_hint_align_set(tbl, FILL, FILL);
evas_object_show(tbl); evas_object_show(tbl);
elm_object_focus_allow_set(tbl, 1);
elm_object_content_set(fr, tbl); elm_object_content_set(fr, tbl);
rec = evas_object_rectangle_add(evas_object_evas_get(tbl)); rec = evas_object_rectangle_add(evas_object_evas_get(tbl));