From 3991dab8e0a3815bd5349c1ffa88476819971c48 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 27 Mar 2006 17:01:56 +0000 Subject: updated for version 7.0c --- src/gui.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index 6544244dde..76ff315673 100644 --- a/src/gui.h +++ b/src/gui.h @@ -158,6 +158,10 @@ #endif #define TOOLBAR_BORDER_HEIGHT 12 /* room above+below buttons for MSWindows */ +#ifdef FEAT_GUI_MSWIN +# define TABLINE_HEIGHT 24 +#endif + #if defined(NO_CONSOLE) || defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11) # define NO_CONSOLE_INPUT /* use no_console_input() to check if there is no console input possible */ -- cgit v1.2.3