From da0f98c35c197b2f3cd50d5222c6e73434d9d9aa Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Tue, 17 Apr 2007 05:37:15 +0000 Subject: [PATCH] Allow sub-objects to expand vertically also if the parent framelist is resized. SVN revision: 29563 --- src/bin/e_widget_framelist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_widget_framelist.c b/src/bin/e_widget_framelist.c index f4d0b8a39..cea980227 100644 --- a/src/bin/e_widget_framelist.c +++ b/src/bin/e_widget_framelist.c @@ -64,7 +64,7 @@ e_widget_framelist_object_append(Evas_Object *obj, Evas_Object *sobj) e_widget_min_size_get(sobj, &mw, &mh); e_box_pack_options_set(sobj, 1, 1, /* fill */ - 1, 0, /* expand */ + 1, 1, /* expand */ 0.5, 0.5, /* align */ mw, mh, /* min */ 99999, 99999 /* max */