Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests/text_editor


Modified Files:
        ewl_text_editor.c 


Log Message:
- fix combo size

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/text_editor/ewl_text_editor.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- ewl_text_editor.c   22 Jan 2007 09:33:02 -0000      1.10
+++ ewl_text_editor.c   20 Mar 2007 09:50:14 -0000      1.11
@@ -152,6 +152,8 @@
                ewl_container_child_append(EWL_CONTAINER(hbox), o);
                ewl_callback_append(o, EWL_CALLBACK_VALUE_CHANGED, 
                                                ete_cb_styles_changed, NULL);
+               ewl_object_fill_policy_set(EWL_OBJECT(o),
+                               EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VSHRINK);
                ewl_widget_show(o);
 
                o = ewl_label_new();



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