Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto_browsing.c 


Log Message:

Lets revert back to the old tree look for a bit until some fill issues get 
worked out.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_browsing.c,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -3 -r1.27 -r1.28
--- ephoto_browsing.c   13 Apr 2006 03:31:33 -0000      1.27
+++ ephoto_browsing.c   2 May 2006 00:24:19 -0000       1.28
@@ -85,8 +85,9 @@
                ewl_container_child_append(EWL_CONTAINER(m->images), 
m->imagetree);
                ewl_tree_headers_visible_set(EWL_TREE(m->imagetree), 0);
                ewl_tree_expandable_rows_set(EWL_TREE(m->imagetree), FALSE);
-               ewl_object_maximum_size_set(EWL_OBJECT(m->imagetree), 200, 220);
                ewl_object_minimum_size_set(EWL_OBJECT(m->imagetree), 200, 230);
+               ewl_object_maximum_size_set(EWL_OBJECT(m->imagetree), 200, 230);
+               ewl_object_fill_policy_set(EWL_OBJECT(m->imagetree), 
EWL_FLAG_FILL_VFILL | EWL_FLAG_FILL_VSHRINK);
                ewl_widget_show(m->imagetree);
                
                /******************************************/




-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to