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:
parent
a54ddf4795
commit
0c79897dfe
@ -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,
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user