From 6ee4fa3f8124d9729a5740a09ab1be760f0bd375 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 11 Apr 2013 21:14:59 +0100 Subject: Default DPI to 85 as that is more correct than 72 --- amiga/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'amiga') diff --git a/amiga/options.h b/amiga/options.h index f44456a7f..de65c3ee0 100644 --- a/amiga/options.h +++ b/amiga/options.h @@ -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, \ -- cgit v1.2.3