cpu: collapse options default...

Allude to the clickyness...
This commit is contained in:
Alastair Poole 2020-11-02 19:53:18 +00:00
parent 7680fb6bce
commit bc62f73b62
1 changed files with 1 additions and 0 deletions

View File

@ -595,6 +595,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, EINA_TRUE);
elm_object_text_set(fr, _("Options"));
elm_box_pack_end(box, fr);