diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-25 22:13:59 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-25 22:13:59 +0000 |
commit | 551dbcc9b604c2992f908fb475e797fcc116315b (patch) | |
tree | d48db26e4f3470df23fdd8e8593bcf067fab4142 /src/gui_motif.c | |
parent | f9393ef5efde2f425fbd9e19363186f8c9103376 (diff) | |
download | vim-551dbcc9b604c2992f908fb475e797fcc116315b.zip |
updated for version 7.0f01
Diffstat (limited to 'src/gui_motif.c')
-rw-r--r-- | src/gui_motif.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui_motif.c b/src/gui_motif.c index ccc97782d..69399b0da 100644 --- a/src/gui_motif.c +++ b/src/gui_motif.c @@ -493,6 +493,8 @@ gui_x11_create_widgets() 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, |