mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-06 03:02:30 +01:00
Allocate all extra vertical space to the treeviews
This commit is contained in:
parent
85c7e07351
commit
d5e8fa47f0
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user