commit | 551dbcc9b604c2992f908fb475e797fcc116315b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 25 22:13:59 2006 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 25 22:13:59 2006 +0000 |
tree | d48db26e4f3470df23fdd8e8593bcf067fab4142 | |
parent | f9393ef5efde2f425fbd9e19363186f8c9103376 [diff] [blame] |
updated for version 7.0f01
diff --git a/src/gui_motif.c b/src/gui_motif.c index ccc9778..69399b0 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c
@@ -493,6 +493,8 @@ XtAddEventHandler(tabLine, ButtonPressMask, False, (XtEventHandler)tabline_menu_cb, NULL); + gui.tabline_height = TABLINE_HEIGHT; + /* * Set the size of the minor next/prev scrollers to zero, so * that they are not displayed. Due to a bug in OpenMotif 2.3,