Allocate all extra vertical space to the treeviews

This commit is contained in:
Berke Viktor 2013-05-11 16:21:38 +02:00
parent 85c7e07351
commit d5e8fa47f0
1 changed files with 1 additions and 1 deletions

View File

@ -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);