Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_paned.c 


Log Message:
use the preferred size as default initial size

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_paned.c,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -3 -r1.73 -r1.74
--- ewl_paned.c 18 Jul 2008 13:05:46 -0000      1.73
+++ ewl_paned.c 23 Jul 2008 21:22:44 -0000      1.74
@@ -719,7 +719,7 @@
                 }
                 else
                 {
-                        panes->size = layout->minimum_size(EWL_OBJECT(child));
+                        panes->size = 
layout->preferred_size(EWL_OBJECT(child));
                         (*resizable)++;
                         panes->fixed = FALSE;
                 }



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to