From 910f66f90c928da8b607ccfdc12fc33d9cb8d4a9 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 5 Apr 2006 20:41:53 +0000 Subject: updated for version 7.0c10 --- src/gui.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gui.h') diff --git a/src/gui.h b/src/gui.h index cad8115c0a..f221c2981f 100644 --- a/src/gui.h +++ b/src/gui.h @@ -161,6 +161,9 @@ #ifdef FEAT_GUI_MSWIN # define TABLINE_HEIGHT 22 #endif +#ifdef FEAT_GUI_MOTIF +# define TABLINE_HEIGHT 30 +#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 -- cgit v1.2.3