Enlightenment CVS committal

Author  : handyande
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_configure.c 


Log Message:
indenting and make some of the border space be 'inter icon' ;)
===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_configure.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- e_configure.c       20 Sep 2005 13:12:25 -0000      1.5
+++ e_configure.c       20 Sep 2005 14:51:08 -0000      1.6
@@ -142,13 +142,9 @@
        edje_object_part_swallow(o, "icon_swallow", icon);           
        edje_object_part_text_set(o, "title", a->name);
        evas_object_show(icon);
-            
-            
-                    
-            edje_object_size_min_calc (o, &w, &h);          
-            edje_extern_object_min_size_set (o, w, h);
-            
-            
+
+       edje_object_size_min_calc (o, &w, &h);       
+       edje_extern_object_min_size_set (o, w, h);
        e_box_pack_end(app->box, o);
        e_box_pack_options_set(o,
                               1, 0, /* fill */




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