Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_label.c 


Log Message:
Change default label alignment.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_label.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- ewl_label.c 4 Jan 2007 05:09:47 -0000       1.20
+++ ewl_label.c 18 Jan 2007 11:53:30 -0000      1.21
@@ -47,6 +47,7 @@
 
        ewl_widget_appearance_set(w, EWL_LABEL_TYPE);
        ewl_widget_inherit(w, EWL_LABEL_TYPE);
+       ewl_object_alignment_set(EWL_OBJECT(la), EWL_FLAG_ALIGN_LEFT);
        ewl_object_fill_policy_set(EWL_OBJECT(la), EWL_FLAG_FILL_NONE);
        ewl_widget_focusable_set(w, FALSE);
 



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