mirror of
https://github.com/hexchat/hexchat.git
synced 2024-11-10 21:22:38 +01:00
use proper table size
This commit is contained in:
parent
6490a206a0
commit
9594ec8913
@ -751,7 +751,7 @@ banlist_opengui (struct session *sess)
|
||||
/* create banlist view */
|
||||
banl->treeview = banlist_treeview_new (vbox, banl);
|
||||
|
||||
table = gtk_table_new (1, 3, FALSE);
|
||||
table = gtk_table_new (1, MODE_CT, FALSE);
|
||||
gtk_table_set_col_spacings (GTK_TABLE (table), 16);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), table, 0, 0, 0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user