Enlightenment CVS committal

Author  : rbdpngn
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/test


Modified Files:
        ewl_filedialog_test.c 


Log Message:
Cleanup a warning, and adjust some fill policies for widgets added to the
filedialog.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/test/ewl_filedialog_test.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- ewl_filedialog_test.c       2 Feb 2004 05:43:02 -0000       1.17
+++ ewl_filedialog_test.c       2 Feb 2004 05:48:31 -0000       1.18
@@ -82,6 +82,8 @@
                ewl_container_append_child(EWL_CONTAINER(vbox), fd);
 
                home_button = ewl_button_new("Home");
+               ewl_object_set_fill_policy(EWL_OBJECT(home_button),
+                                          EWL_FLAG_FILL_HFILL);
                ewl_container_append_child(EWL_CONTAINER(fd), home_button);
                ewl_widget_show(home_button);
        }




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to