ui: padding

This commit is contained in:
Alastair Poole 2020-06-24 15:26:18 +01:00
parent 55e172db49
commit 6cba237f05
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ ui_tab_cpu_add(Ui *ui)
evas_object_size_hint_align_set(frame, FILL, FILL);
evas_object_size_hint_weight_set(frame, 0, EXPAND);
evas_object_show(frame);
elm_object_style_set(frame, "pad_medium");
elm_object_style_set(frame, "pad_small");
pb = elm_progressbar_add(frame);
evas_object_size_hint_align_set(pb, FILL, FILL);