ui: pad...almost done

This commit is contained in:
Alastair Poole 2020-09-06 19:20:16 +01:00
parent f6b535a6d9
commit ac16641c94
1 changed files with 2 additions and 2 deletions

View File

@ -1275,7 +1275,7 @@ _ui_content_system_add(Ui *ui)
evas_object_size_hint_weight_set(frame, EXPAND, EXPAND);
evas_object_size_hint_align_set(frame, FILL, FILL);
elm_object_text_set(frame, _("System CPU"));
elm_object_style_set(frame, "pad_large");
elm_object_style_set(frame, "pad_medium");
evas_object_show(frame);
elm_box_pack_end(hbox, frame);
@ -1291,7 +1291,7 @@ _ui_content_system_add(Ui *ui)
evas_object_size_hint_weight_set(frame, EXPAND, EXPAND);
evas_object_size_hint_align_set(frame, FILL, FILL);
elm_object_text_set(frame, _("System Memory"));
elm_object_style_set(frame, "pad_large");
elm_object_style_set(frame, "pad_medium");
evas_object_show(frame);
elm_box_pack_end(hbox, frame);