More normal default window size for nsgtk.

svn path=/trunk/netsurf/; revision=9970
This commit is contained in:
Michael Drake 2010-02-12 13:01:48 +00:00
parent 0b29da0700
commit 14a1574e20

View File

@ -1544,7 +1544,7 @@ nsgtk_scaffolding *nsgtk_new_scaffolding(struct gui_window *toplevel)
gtk_window_resize(g->window, option_window_width,
option_window_height);
} else {
gtk_window_set_default_size(g->window, 600, 600);
gtk_window_set_default_size(g->window, 1024, 768);
}
/* Default toolbar button type uses system defaults */