mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
More reasonable tile size defaults
svn path=/trunk/netsurf/; revision=13506
This commit is contained in:
parent
3db30dfd84
commit
a11aa89b64
@ -118,8 +118,8 @@ int option_cookies_window_ysize = 0; \
|
||||
int option_cairo_renderer = 1; \
|
||||
bool option_direct_render = false; \
|
||||
int option_amiga_ydpi = 72; \
|
||||
int option_redraw_tile_size_x = 0; \
|
||||
int option_redraw_tile_size_y = 100; \
|
||||
int option_redraw_tile_size_x = 400; \
|
||||
int option_redraw_tile_size_y = 150; \
|
||||
int option_monitor_aspect_x = 0; \
|
||||
int option_monitor_aspect_y = 0; \
|
||||
bool option_accept_lang_locale = true; \
|
||||
|
Loading…
Reference in New Issue
Block a user