rimmed pushed a commit to branch master. http://git.enlightenment.org/tools/eflete.git/commit/?id=19ddf58e59d016f331452e94299b39829cd6f474
commit 19ddf58e59d016f331452e94299b39829cd6f474 Author: Vitalii Vorobiov <[email protected]> Date: Thu Nov 12 13:42:12 2015 +0200 property_image: expand frame, so genlist fills property block --- src/bin/ui/property_image.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/ui/property_image.c b/src/bin/ui/property_image.c index c02336d..29b0f23 100644 --- a/src/bin/ui/property_image.c +++ b/src/bin/ui/property_image.c @@ -488,6 +488,8 @@ ui_property_image_add(Evas_Object *parent) /* Frame with usage */ FRAME_PROPERTY_ADD(pd->box, pd->usage_frame, true, _("Usage ( - )"), pd->box) + evas_object_size_hint_weight_set(pd->usage_frame, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND); + evas_object_size_hint_align_set(pd->usage_frame, EVAS_HINT_FILL, EVAS_HINT_FILL); BOX_ADD(pd->info_frame, box, false, false); elm_box_align_set(box, 0.5, 0.0); --
