Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src/module


Modified Files:
        e_mod_main.c 


Log Message:
fix tiny layout issue
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- e_mod_main.c        28 Feb 2005 21:44:51 -0000      1.8
+++ e_mod_main.c        1 Mar 2005 10:10:26 -0000       1.9
@@ -1011,7 +1011,7 @@
    items = eb->icons;
    
    bordersize = eb->engage->iconbordersize - eb->engage->conf->iconsize;
-   counter = x + (eb->engage->iconbordersize / 2);
+   counter = x + (eb->engage->iconbordersize / 2) + 1;
    done_min = 0;
    while (items)
      {




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to