Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/tools/ewl_config


Modified Files:
        ewl_config.c 


Log Message:
use shrink fill policy here

===================================================================
RCS file: /cvs/e/e17/libs/ewl/tools/ewl_config/ewl_config.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -3 -r1.57 -r1.58
--- ewl_config.c        11 Jun 2008 23:04:45 -0000      1.57
+++ ewl_config.c        11 Jun 2008 23:17:33 -0000      1.58
@@ -315,16 +315,19 @@
 
         o2 = ewl_border_new();
         ewl_border_label_set(EWL_BORDER(o2), "EWL Theme");
+        ewl_object_fill_policy_set(EWL_OBJECT(o2), EWL_FLAG_FILL_VFILL);
         ewl_container_child_append(EWL_CONTAINER(box), o2);
         ewl_widget_show(o2);
 
         o3 = ewl_scrollpane_new();
+        ewl_object_fill_policy_set(EWL_OBJECT(o3), EWL_FLAG_FILL_VFILL
+                        | EWL_FLAG_FILL_VSHRINK);
         ewl_container_child_append(EWL_CONTAINER(o2), o3);
         ewl_widget_show(o3);
 
         o = ewl_list_new();
-        ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
         list = ecore_list_new();
+        ewl_object_fill_policy_set(EWL_OBJECT(o), EWL_FLAG_FILL_HFILL);
         ewl_widget_name_set(o, EC_EWL_THEME);
         ewl_container_child_append(EWL_CONTAINER(o3), o);
         ewl_mvc_model_set(EWL_MVC(o), ewl_model_ecore_list_instance());



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to