Enlightenment CVS committal

Author  : onefang
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_int_config_icon_themes.c 


Log Message:
Gotta set the minimum size for the correct widget.  Thanks rephorm.

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_int_config_icon_themes.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- e_int_config_icon_themes.c  30 Aug 2006 06:39:24 -0000      1.7
+++ e_int_config_icon_themes.c  30 Aug 2006 07:10:08 -0000      1.8
@@ -308,7 +308,7 @@
      }
 
    e_widget_ilist_go(ilist);
-   e_widget_min_size_set(o, 300, 160);
+   e_widget_min_size_set(ilist, 200, 240);
    e_widget_list_object_append(o, ilist, 1, 1, 0.5);
 
    e_dialog_resizable_set(cfd->dia, 1);



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