Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_fileman_icon.c 


Log Message:


well 80 piels wide for now... i think we need to go over this icon view thing
in detail...

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_fileman_icon.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- e_fileman_icon.c    4 Nov 2005 17:02:42 -0000       1.17
+++ e_fileman_icon.c    4 Nov 2005 17:11:02 -0000       1.18
@@ -171,7 +171,8 @@
    _e_fm_icon_type_set(sd);
    edje_object_size_min_calc(sd->icon_object, &icon_w, &icon_h);
    evas_object_resize(sd->obj, 0, 0); // because it still thinks its the same 
size
-   evas_object_resize(sd->obj, 64, icon_h);
+   // 96 is an aritary width - should be user configurable
+   evas_object_resize(sd->obj, 80, icon_h);
 }
 
 void




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to