Allow sub-objects to expand vertically also if the parent framelist is

resized.


SVN revision: 29563
This commit is contained in:
Christopher Michael 2007-04-17 05:37:15 +00:00
parent c9ce73c95a
commit da0f98c35c
1 changed files with 1 additions and 1 deletions

View File

@ -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 */