mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 19:22:22 -05: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 */
|
/* create banlist view */
|
||||||
banl->treeview = banlist_treeview_new (vbox, banl);
|
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_table_set_col_spacings (GTK_TABLE (table), 16);
|
||||||
gtk_box_pack_start (GTK_BOX (vbox), table, 0, 0, 0);
|
gtk_box_pack_start (GTK_BOX (vbox), table, 0, 0, 0);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user