Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_combo.c 


Log Message:
- fix alignment

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_combo.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -3 -r1.29 -r1.30
--- ewl_combo.c 26 May 2006 19:30:39 -0000      1.29
+++ ewl_combo.c 11 Sep 2006 05:04:10 -0000      1.30
@@ -120,6 +120,8 @@
        if (combo->selected)
        {
                ewl_container_child_prepend(EWL_CONTAINER(combo), 
combo->selected);
+               ewl_object_fill_policy_set(EWL_OBJECT(combo->selected),
+                                                       EWL_FLAG_FILL_VFILL);
                ewl_widget_show(combo->selected);
        }
 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to