Don't make notebook tabs higher than necessary.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@1967 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Enrico Tröger 2007-10-22 17:10:02 +00:00
parent a54ddf4795
commit 0c79897dfe
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-10-22 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
* src/notebook.c: Don't make notebook tabs higher than necessary.
2007-10-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* plugins/filebrowser.c, plugins/Makefile.am, plugins/makefile.win32,

View File

@ -351,8 +351,6 @@ gint notebook_new_tab(gint doc_idx)
g_signal_connect(G_OBJECT(btn), "clicked",
G_CALLBACK(notebook_tab_close_clicked_cb), page);
}
else
gtk_widget_set_size_request(hbox, -1, 18); // keep the familiar tab height
gtk_widget_show_all(hbox);