ui_cpu: even that annoys me.

Don't collapse it, for goodness sake!
This commit is contained in:
Alastair Poole 2021-01-26 21:14:21 +00:00
parent 814d998c4b
commit 16798f2215
1 changed files with 1 additions and 1 deletions

View File

@ -710,7 +710,7 @@ _graph(Ui *ui, Evas_Object *parent)
evas_object_size_hint_align_set(fr, FILL, FILL);
evas_object_size_hint_weight_set(fr, EXPAND, 0);
evas_object_show(fr);
elm_frame_collapse_set(fr, 1);
elm_frame_collapse_set(fr, 0);
elm_object_text_set(fr, _("Options"));
elm_box_pack_end(box, fr);