pad: pad.

This commit is contained in:
Alastair Poole 2021-03-15 10:34:50 +00:00
parent a27aba5966
commit 81ed0d65b0
1 changed files with 4 additions and 0 deletions

View File

@ -481,6 +481,10 @@ _item_create(Evas_Object *obj)
elm_box_pack_end(hbx, pb);
evas_object_show(hbx);
rec = evas_object_rectangle_add(evas_object_evas_get(tb));
evas_object_size_hint_min_set(rec, ELM_SCALE_SIZE(2), 1);
elm_box_pack_end(hbx, rec);
rec = evas_object_rectangle_add(evas_object_evas_get(tb));
evas_object_data_set(pb, "rec", rec);
elm_table_pack(tb, rec, i, 0, 1, 1);