Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_scrollpane.c 


Log Message:
Fix a clipping issue in the scrollpane.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_scrollpane.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -3 -r1.38 -r1.39
--- ewl_scrollpane.c    15 May 2004 07:29:04 -0000      1.38
+++ ewl_scrollpane.c    9 Jun 2004 04:50:29 -0000       1.39
@@ -53,7 +53,7 @@
         * callback to position it's child.
         */
        s->box = ewl_vbox_new();
-       ewl_object_set_fill_policy(EWL_OBJECT(s->box), EWL_FLAG_FILL_NONE);
+       ewl_object_set_fill_policy(EWL_OBJECT(s->box), EWL_FLAG_FILL_FILL);
 
        /*
         * Create the scrollbars for the scrollpane.




-------------------------------------------------------
This SF.Net email is sponsored by: GNOME Foundation
Hackers Unite!  GUADEC: The world's #1 Open Source Desktop Event.
GNOME Users and Developers European Conference, 28-30th June in Norway
http://2004/guadec.org
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to