Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_filepicker.c 


Log Message:
Start with more visible area for icons.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_filepicker.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- ewl_filepicker.c    10 Apr 2006 04:43:17 -0000      1.1
+++ ewl_filepicker.c    11 Apr 2006 16:34:50 -0000      1.2
@@ -83,7 +83,7 @@
        ewl_callback_prepend(EWL_WIDGET(fp), EWL_CALLBACK_DESTROY,
                                ewl_filepicker_cb_destroy, NULL);
 
-       ewl_object_minimum_size_set(EWL_OBJECT(fp), 400, 150);
+       ewl_object_minimum_size_set(EWL_OBJECT(fp), 400, 300);
 
        model = ewl_model_new();
        ewl_model_fetch_set(model, ewl_filepicker_cb_path_fetch);




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