Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        dock.c tray.c 


Log Message:
oops, wrong side of border
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/dock.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- dock.c      28 Nov 2004 17:07:05 -0000      1.18
+++ dock.c      29 Nov 2004 10:59:23 -0000      1.19
@@ -86,7 +86,7 @@
     if (dock.sysicons)
       width += options.spacing + 1.0;   // another spacer
   }
-  width += options.spacing + 3; /* expand under tray */
+  width += options.spacing; // another space before system tray
 
 #define POSITION(__icons) \
                { \
@@ -180,13 +180,13 @@
                                dock.right_end - dock.left_end - 1.0,
                                options.size + ARROW_SPACE_DOUBLE);
     evas_object_resize(dock.background[OD_BG_FILL],
-                       dock.right_end - dock.left_end - 1.0,
+                       dock.right_end - dock.left_end,
                        options.size + ARROW_SPACE_DOUBLE);
     evas_object_move(dock.background[OD_BG_FILL], dock.left_end + 1.0,
                      options.height - options.size - ARROW_SPACE_DOUBLE);
   }
 
-  od_tray_move(dock.right_end - 1);
+  od_tray_move(dock.right_end + 1);
 
   need_redraw = false;
 }
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/tray.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- tray.c      28 Nov 2004 16:56:30 -0000      1.10
+++ tray.c      29 Nov 2004 10:59:32 -0000      1.11
@@ -38,7 +38,7 @@
 
   tray_width = ((tray_count + 1) / 2) * 24;
   ecore_x_window_resize(tray_container, tray_width, options.height -
-      options.size - ARROW_SPACE_DOUBLE - 1);
+      options.size - ARROW_SPACE_DOUBLE);
 
   tmp = tray_list;
   xpos = 0;
@@ -149,7 +149,7 @@
     return;
 
   ecore_x_window_move(tray_container, xx, options.height - options.size
-      - ARROW_SPACE_DOUBLE + 1);
+      - ARROW_SPACE_DOUBLE);
   tray_x = xx;
 }
 




-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to