Increase default size of some util windows
This commit is contained in:
parent
b7373f4ddc
commit
1f48f9dd6f
@ -809,7 +809,7 @@ banlist_opengui (struct session *sess)
|
||||
sess->server->servername);
|
||||
|
||||
banl->window = mg_create_generic_tab ("BanList", tbuf, FALSE,
|
||||
TRUE, banlist_closegui, banl, 550, 200, &vbox, sess->server);
|
||||
TRUE, banlist_closegui, banl, 700, 300, &vbox, sess->server);
|
||||
gtkutil_destroy_on_esc (banl->window);
|
||||
|
||||
gtk_container_set_border_width (GTK_CONTAINER (banl->window), 3);
|
||||
|
@ -349,7 +349,7 @@ ignore_gui_open ()
|
||||
ignorewin =
|
||||
mg_create_generic_tab ("IgnoreList", _(DISPLAY_NAME": Ignore list"),
|
||||
FALSE, TRUE, close_ignore_gui_callback,
|
||||
NULL, 600, 256, &vbox, 0);
|
||||
NULL, 700, 300, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (ignorewin);
|
||||
|
||||
view = ignore_treeview_new (vbox);
|
||||
|
@ -239,7 +239,7 @@ plugingui_open (void)
|
||||
|
||||
plugin_window = mg_create_generic_tab ("Addons", _(DISPLAY_NAME": Plugins and Scripts"),
|
||||
FALSE, TRUE, plugingui_close, NULL,
|
||||
500, 250, &vbox, 0);
|
||||
700, 300, &vbox, 0);
|
||||
gtkutil_destroy_on_esc (plugin_window);
|
||||
|
||||
view = plugingui_treeview_new (vbox);
|
||||
|
Loading…
Reference in New Issue
Block a user