Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_row.c 


Log Message:
Minor adjustment to row sizing. Reorganized the test program to be easier to
add and remove tests.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_row.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- ewl_row.c   29 Sep 2003 21:46:51 -0000      1.15
+++ ewl_row.c   9 Oct 2003 07:32:56 -0000       1.16
@@ -224,8 +224,8 @@
        /*
         * Adjust the preferred height to the largest widget added.
         */
-       size = ewl_object_get_preferred_w(EWL_OBJECT(w));
-       if (!row->max || ewl_object_get_preferred_w(row->max) > size) {
+       size = ewl_object_get_preferred_h(EWL_OBJECT(w));
+       if (!row->max || ewl_object_get_preferred_h(row->max) > size) {
                row->max = EWL_OBJECT(w);
                ewl_object_set_preferred_h(EWL_OBJECT(c), size);
        }




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to