Enlightenment CVS committal

Author  : titan
Project : e17
Module  : apps/ephoto

Dir     : e17/apps/ephoto/src/bin


Modified Files:
        ephoto_gui.c 


Log Message:
Text/Labels should not be shrunk.

===================================================================
RCS file: /cvs/e/e17/apps/ephoto/src/bin/ephoto_gui.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- ephoto_gui.c        8 Apr 2008 22:39:00 -0000       1.12
+++ ephoto_gui.c        10 Apr 2008 20:40:50 -0000      1.13
@@ -109,8 +109,6 @@
        if(lbl) ewl_label_text_set(EWL_LABEL(label), _(lbl));
        ewl_object_alignment_set(EWL_OBJECT(label), 
                                        EWL_FLAG_ALIGN_CENTER);
-       ewl_object_fill_policy_set(EWL_OBJECT(label), 
-                                       EWL_FLAG_FILL_SHRINK);
        if(c) ewl_container_child_append(EWL_CONTAINER(c), label);
        ewl_widget_show(label);
 
@@ -175,8 +173,6 @@
        if(txt) ewl_text_text_set(EWL_TEXT(text), _(txt));
         ewl_object_alignment_set(EWL_OBJECT(text), 
                                        EWL_FLAG_ALIGN_CENTER);
-        ewl_object_fill_policy_set(EWL_OBJECT(text), 
-                                       EWL_FLAG_FILL_SHRINK);
         if(c) ewl_container_child_append(EWL_CONTAINER(c), text);
         ewl_widget_show(text);
 



-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to