disk: space

This commit is contained in:
Alastair Poole 2020-12-01 14:15:03 +00:00
parent 78653c2cb6
commit 8ea2c91e8b
1 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ ui_win_disk_add(Ui *ui)
elm_table_pack(tbl, btn, i++, 0, 1, 1);
pd->btn_used = btn = elm_button_add(win);
evas_object_size_hint_weight_set(btn, EXPAND, EXPAND);
evas_object_size_hint_weight_set(btn, 0, EXPAND);
evas_object_size_hint_align_set(btn, FILL, FILL);
evas_object_show(btn);
elm_object_text_set(btn, _("Used"));
@ -495,7 +495,7 @@ ui_win_disk_add(Ui *ui)
elm_table_pack(tbl, btn, i++, 0, 1, 1);
pd->btn_total = btn = elm_button_add(win);
evas_object_size_hint_weight_set(btn, EXPAND, EXPAND);
evas_object_size_hint_weight_set(btn, 0, EXPAND);
evas_object_size_hint_align_set(btn, FILL, FILL);
evas_object_show(btn);
elm_object_text_set(btn, _("Total"));