Enlightenment CVS committal

Author  : titan
Project : e17
Module  : proto

Dir     : e17/proto/ephoto/src


Modified Files:
        ephoto.c ephoto_browsing.c 


Log Message:

Made the inner size change so that everything looks better with the paned.

===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto.c,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -3 -r1.41 -r1.42
--- ephoto.c    10 Apr 2006 21:41:06 -0000      1.41
+++ ephoto.c    13 Apr 2006 03:31:33 -0000      1.42
@@ -359,7 +359,7 @@
                m->vbox = ewl_vbox_new();
                ewl_object_alignment_set(EWL_OBJECT(m->vbox), 
EWL_FLAG_ALIGN_CENTER);
                ewl_box_spacing_set(EWL_BOX(m->vbox), 10);
-               ewl_object_preferred_inner_size_set(EWL_OBJECT(m->vbox), 200, 
35);
+               ewl_object_preferred_inner_size_set(EWL_OBJECT(m->vbox), 200, 
30);
                ewl_container_child_append(EWL_CONTAINER(m->hbox), m->vbox);
                ewl_widget_show(m->vbox);
 
===================================================================
RCS file: /cvs/e/e17/proto/ephoto/src/ephoto_browsing.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- ephoto_browsing.c   7 Apr 2006 13:18:21 -0000       1.26
+++ ephoto_browsing.c   13 Apr 2006 03:31:33 -0000      1.27
@@ -85,8 +85,8 @@
                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, 215);
-               ewl_object_minimum_size_set(EWL_OBJECT(m->imagetree), 200, 215);
+               ewl_object_maximum_size_set(EWL_OBJECT(m->imagetree), 200, 220);
+               ewl_object_minimum_size_set(EWL_OBJECT(m->imagetree), 200, 230);
                ewl_widget_show(m->imagetree);
                
                /******************************************/




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to