Enlightenment CVS committal

Author  : handyande
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        config.c tray.c 


Log Message:
default to a nicer size, just right for system tray icons ;)
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/config.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- config.c    10 Nov 2004 14:10:08 -0000      1.48
+++ config.c    29 Nov 2004 22:16:12 -0000      1.49
@@ -114,7 +114,7 @@
   ecore_config_boolean_create("engage.options.auto_hide", 0, 'A', "auto-hide",
                               "Auto hide the engage bar");
 
-  ecore_config_int_create("engage.options.size", 40, 's', "size",
+  ecore_config_int_create("engage.options.size", 37, 's', "size",
                           "Size of icons in default state");
   ecore_config_int_create("engage.options.spacing", 4, 'S', "spacing",
                           "Space in pixels between each icon");
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/tray.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- tray.c      29 Nov 2004 10:59:32 -0000      1.11
+++ tray.c      29 Nov 2004 22:16:12 -0000      1.12
@@ -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);
+      options.size - ARROW_SPACE_DOUBLE - 1.0);
 
   tmp = tray_list;
   xpos = 0;
@@ -149,7 +149,7 @@
     return;
 
   ecore_x_window_move(tray_container, xx, options.height - options.size
-      - ARROW_SPACE_DOUBLE);
+      - ARROW_SPACE_DOUBLE + 1.0);
   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