Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_icon.c 


Log Message:
fix label alignment

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_icon.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -3 -r1.22 -r1.23
--- ewl_icon.c  30 Nov 2006 19:35:46 -0000      1.22
+++ ewl_icon.c  30 Nov 2006 20:54:58 -0000      1.23
@@ -262,6 +262,8 @@
        if (!icon->label)
        {
                icon->label = ewl_text_new();
+               ewl_object_fill_policy_set(EWL_OBJECT(icon->label), 
+                                               EWL_FLAG_FILL_NONE);
                ewl_object_alignment_set(EWL_OBJECT(icon->label), 
                                                EWL_FLAG_ALIGN_CENTER);
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to