mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-13 14:29:20 +03:00
More normal default window size for nsgtk.
svn path=/trunk/netsurf/; revision=9970
This commit is contained in:
parent
0b29da0700
commit
14a1574e20
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user