Menu spacing too large

Jussi Jumppanen jussij at zeusedit.com
Mon Nov 12 21:38:21 CST 2001


Changelog:

   Jussi Jumppanen <jussij at zeusedit.com>

 * controls/menu.c

   On my default Linux Mandrake install the menus are spaced very
   wide appart and the window application takes up most of the
   screen width. I traced this down to this #define which I think
   is set too large. With the smaller value the menu looks a lot
   like the menu when run on windows.


-------------- next part --------------
--- menu.c	Tue Nov 13 13:35:18 2001
+++ ..\new\menu.c	Tue Nov 13 13:21:09 2001
@@ -112,7 +112,7 @@
 #define POPUP_YSHADE		4
 
   /* Space between 2 menu bar items */
-#define MENU_BAR_ITEMS_SPACE 12
+#define MENU_BAR_ITEMS_SPACE 2
 
   /* Minimum width of a tab character */
 #define MENU_TAB_SPACE 8


More information about the wine-patches mailing list