|
From: Enlightenment C. <no...@cv...> - 2007-04-17 05:37:41
|
Enlightenment CVS committal
Author : devilhorns
Project : e17
Module : apps/e
Dir : e17/apps/e/src/bin
Modified Files:
e_widget_framelist.c
Log Message:
Allow sub-objects to expand vertically also if the parent framelist is
resized.
===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_widget_framelist.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e_widget_framelist.c 21 Feb 2007 03:55:18 -0000 1.12
+++ e_widget_framelist.c 17 Apr 2007 05:37:15 -0000 1.13
@@ -64,7 +64,7 @@
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 */
|