Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
Better label alignment.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -3 -r1.31 -r1.32
--- ewl_config.c        2 Oct 2006 04:15:38 -0000       1.31
+++ ewl_config.c        2 Oct 2006 05:24:04 -0000       1.32
@@ -432,10 +432,12 @@
 
        o2 = ewl_table_new(2, 3, NULL);
        ewl_container_child_append(EWL_CONTAINER(box), o2);
+       ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_HFILL);
        ewl_widget_show(o2);
 
        o = ewl_label_new();
        ewl_label_text_set(EWL_LABEL(o), "Engine name");
+       ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT);
        ewl_table_add(EWL_TABLE(o2), o, 0, 0, 0, 0);
        ewl_widget_show(o);
 
@@ -448,6 +450,7 @@
 
        o = ewl_label_new();
        ewl_label_text_set(EWL_LABEL(o), "Evas font cache size");
+       ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT);
        ewl_table_add(EWL_TABLE(o2), o, 0, 0, 1, 1);
        ewl_widget_show(o);
 
@@ -460,6 +463,7 @@
 
        o = ewl_label_new();
        ewl_label_text_set(EWL_LABEL(o), "Evas image cache size");
+       ewl_object_alignment_set(EWL_OBJECT(o), EWL_FLAG_ALIGN_LEFT);
        ewl_table_add(EWL_TABLE(o2), o, 0, 0, 2, 2);
        ewl_widget_show(o);
 



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