Kaydet (Commit) 0c79897d authored tarafından Enrico Tröger's avatar Enrico Tröger

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
üst a54ddf47
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> 2007-10-22 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
* plugins/filebrowser.c, plugins/Makefile.am, plugins/makefile.win32, * plugins/filebrowser.c, plugins/Makefile.am, plugins/makefile.win32,
......
...@@ -351,8 +351,6 @@ gint notebook_new_tab(gint doc_idx) ...@@ -351,8 +351,6 @@ gint notebook_new_tab(gint doc_idx)
g_signal_connect(G_OBJECT(btn), "clicked", g_signal_connect(G_OBJECT(btn), "clicked",
G_CALLBACK(notebook_tab_close_clicked_cb), page); 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); gtk_widget_show_all(hbox);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment