rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=f2cee31b24617427f2dfe108a89939f085325f48

commit f2cee31b24617427f2dfe108a89939f085325f48
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Thu Dec 24 16:07:36 2015 +0200

    container: make container resizeble
    
    Change-Id: I75d3ab81b616e29ad786929c8ae104ed3a35233f
---
 src/bin/ui/container/container.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/ui/container/container.c b/src/bin/ui/container/container.c
index 80028c6..c6e0f2d 100644
--- a/src/bin/ui/container/container.c
+++ b/src/bin/ui/container/container.c
@@ -461,6 +461,7 @@ _container_smart_resize(Evas_Object *o,
    if ((ow == w) && (oh == h)) return;
 
    CONTAINER_DATA_GET(o, sd)
+   evas_object_size_hint_min_set(o, w, h);
 
    nw = w + H_WIGTH + sd->pad_left_top.w + sd->pad_right_bottom.w + sd->dx;
    nh = h + H_HEIGHT + sd->pad_left_top.h + sd->pad_right_bottom.h + sd->dy;

-- 


Reply via email to