diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-11 16:21:38 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-11 16:21:38 +0200 |
commit | d5e8fa47f0e3211cf415a0ce5f5c75224fa5c776 (patch) | |
tree | f5cdaa8659d45998b7580c293a8c33f4cc9be26d /src | |
parent | 85c7e07351b9538e480dc2899fdeb8a70ecf8e74 (diff) |
Allocate all extra vertical space to the treeviews
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/servlistgui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/servlistgui.c b/src/fe-gtk/servlistgui.c index bccd9dc7..4e014c5a 100644 --- a/src/fe-gtk/servlistgui.c +++ b/src/fe-gtk/servlistgui.c @@ -1727,7 +1727,7 @@ servlist_open_edit (GtkWidget *parent, ircnet *net) /* checkboxes and entries */ table3 = gtk_table_new (13, 2, FALSE); - gtk_box_pack_start (GTK_BOX (vbox5), table3, TRUE, TRUE, 0); + gtk_box_pack_start (GTK_BOX (vbox5), table3, FALSE, FALSE, 0); gtk_table_set_row_spacings (GTK_TABLE (table3), 2); gtk_table_set_col_spacings (GTK_TABLE (table3), 8); |