Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_checkbutton.c 


Log Message:
set the default alignment of the checkbuttons to left

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_checkbutton.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -3 -r1.19 -r1.20
--- ewl_checkbutton.c   12 Nov 2007 22:42:22 -0000      1.19
+++ ewl_checkbutton.c   13 Nov 2007 22:19:25 -0000      1.20
@@ -57,6 +57,7 @@
        ewl_widget_inherit(w, EWL_CHECKBUTTON_TYPE);
 
        ewl_object_fill_policy_set(EWL_OBJECT(w), EWL_FLAG_FILL_NONE);
+       ewl_object_alignment_set(EWL_OBJECT(w), EWL_FLAG_ALIGN_LEFT);
        ewl_callback_append(w, EWL_CALLBACK_CLICKED,
                                ewl_checkbutton_cb_clicked, NULL);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to