Default DPI to 85 as that is more correct than 72
This commit is contained in:
parent
224fd963fd
commit
6ee4fa3f81
|
@ -96,7 +96,7 @@
|
|||
.use_pubscreen = NULL, \
|
||||
.modeid = NULL, \
|
||||
.screen_compositing = -1, \
|
||||
.amiga_ydpi = 72, \
|
||||
.amiga_ydpi = 85, \
|
||||
.cache_bitmaps = 0, \
|
||||
.theme = NULL, \
|
||||
.utf8_clipboard = false, \
|
||||
|
|
Loading…
Reference in New Issue