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



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to