mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-22 20:16:54 +03:00
Widen available values for DPI
This commit is contained in:
parent
8f0f44e3d1
commit
7ca3308bd1
@ -1107,8 +1107,8 @@ void ami_gui_opts_open(void)
|
||||
GA_ID, GID_OPTS_DPI_Y,
|
||||
GA_RelVerify, TRUE,
|
||||
INTEGER_Number, nsoption_int(screen_ydpi),
|
||||
INTEGER_Minimum, 60,
|
||||
INTEGER_Maximum, 150,
|
||||
INTEGER_Minimum, 20,
|
||||
INTEGER_Maximum, 200,
|
||||
INTEGER_Arrows, TRUE,
|
||||
GA_Disabled, nsoption_bool(bitmap_fonts),
|
||||
IntegerEnd,
|
||||
|
Loading…
Reference in New Issue
Block a user