Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filelist_icon.c 


Log Message:
fix alignment

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filelist_icon.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -3 -r1.23 -r1.24
--- ewl_filelist_icon.c 23 Aug 2007 05:26:51 -0000      1.23
+++ ewl_filelist_icon.c 26 Oct 2007 08:53:11 -0000      1.24
@@ -283,6 +283,7 @@
        icon = ewl_icon_simple_new();
        ewl_box_orientation_set(EWL_BOX(icon),
                        EWL_ORIENTATION_HORIZONTAL);
+       ewl_object_alignment_set(EWL_OBJECT(icon), EWL_FLAG_ALIGN_LEFT);
        ewl_icon_label_set(EWL_ICON(icon), file);
 
        snprintf(path, PATH_MAX, "%s/%s", dir, file);



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