Enlightenment CVS committal

Author  : lordchaos
Project : e17
Module  : proto

Dir     : e17/proto/entropy/src/plugins


Modified Files:
        layout_ewl_simple.c structure_viewer.c 


Log Message:
* Oops - Fix fill

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/layout_ewl_simple.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- layout_ewl_simple.c 8 Jan 2006 06:24:05 -0000       1.28
+++ layout_ewl_simple.c 8 Jan 2006 22:34:58 -0000       1.29
@@ -354,7 +354,6 @@
        hbox = ewl_border_new();
        ewl_border_text_set(EWL_BORDER(hbox), name);
        ewl_container_child_append(EWL_CONTAINER(tree), hbox);
-       ewl_object_fill_policy_set(EWL_OBJECT(hbox), EWL_FLAG_FILL_FILL);
        ewl_widget_show(hbox);
 
        header->header = strdup(name);
@@ -634,7 +633,6 @@
 
        tree = ewl_scrollpane_new();
        ewl_box_spacing_set(EWL_BOX(EWL_SCROLLPANE(tree)->box), 5);
-       ewl_object_fill_policy_set(EWL_OBJECT(tree), EWL_FLAG_FILL_FILL);
        gui->tree = tree;
 
        gui->paned = ewl_hpaned_new();
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/proto/entropy/src/plugins/structure_viewer.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- structure_viewer.c  8 Jan 2006 22:03:49 -0000       1.30
+++ structure_viewer.c  8 Jan 2006 22:34:58 -0000       1.31
@@ -347,7 +347,7 @@
        viewer->row_folder_hash = ecore_hash_new(ecore_direct_hash, 
ecore_direct_compare);
        
        
ewl_object_fill_policy_set(EWL_OBJECT(EWL_TREE(viewer->tree)->scrollarea),
-               EWL_FLAG_FILL_HFILL);
+               EWL_FLAG_FILL_HFILL | EWL_FLAG_FILL_VFILL);
        
        instance->gui_object = viewer->tree;
 




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to