Enlightenment CVS committal

Author  : rephorm
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_icon.c 


Log Message:
center align icon label

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- ewl_icon.c  13 Apr 2006 20:37:22 -0000      1.9
+++ ewl_icon.c  30 Apr 2006 04:51:39 -0000      1.10
@@ -220,6 +220,7 @@
        if (!icon->label)
        {
                icon->label = ewl_text_new();
+               ewl_object_alignment_set(EWL_OBJECT(icon->label), 
EWL_FLAG_ALIGN_CENTER);
 
                if (icon->editable)
                        ewl_callback_append(icon->label, 




-------------------------------------------------------
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