From 6dc20a80842b0bc89c5b40ee45b7e880068c2ed0 Mon Sep 17 00:00:00 2001 From: Martin Fuchs Date: Wed, 21 Jul 2004 19:05:19 +0000 Subject: [PATCH] use same startmenu entries height as MS explorer svn path=/trunk/; revision=10240 --- reactos/subsys/system/explorer/make_explorer.dsp | 2 +- reactos/subsys/system/explorer/taskbar/startmenu.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/subsys/system/explorer/make_explorer.dsp b/reactos/subsys/system/explorer/make_explorer.dsp index 1631b01d435..b53e81968d0 100644 --- a/reactos/subsys/system/explorer/make_explorer.dsp +++ b/reactos/subsys/system/explorer/make_explorer.dsp @@ -108,7 +108,7 @@ CFG=make_explorer - Win32 bjam # PROP Use_Debug_Libraries 0 # PROP Output_Dir "URelease" # PROP Intermediate_Dir "URelease" -# PROP Cmd_Line "msdevfilt -gcc make -f Makefile.MinGW UNICODE=1" +# PROP Cmd_Line "msdevfilt -gcc make -f Makefile.PCH UNICODE=1" # PROP Rebuild_Opt "clean all" # PROP Target_File "explorer.exe" # PROP Bsc_Name "" diff --git a/reactos/subsys/system/explorer/taskbar/startmenu.h b/reactos/subsys/system/explorer/taskbar/startmenu.h index c5b42487cab..fb2a9e72666 100644 --- a/reactos/subsys/system/explorer/taskbar/startmenu.h +++ b/reactos/subsys/system/explorer/taskbar/startmenu.h @@ -36,7 +36,7 @@ #define STARTMENU_WIDTH_MIN 120 -#define STARTMENU_LINE_HEIGHT 22 +#define STARTMENU_LINE_HEIGHT 20 #define STARTMENU_SEP_HEIGHT (STARTMENU_LINE_HEIGHT/2) #define STARTMENU_TOP_BTN_SPACE 8