From d151bc29a3e8bc20edf3e5ae86c0f198666bf0c5 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 16 Nov 2011 07:47:05 +0530 Subject: [PATCH] ... --- src/calibre/customize/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 2e0280d523..077c41a1a8 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -659,7 +659,7 @@ class KindleFireOutput(KindleDXOutput): description = _('This profile is intended for the Amazon Kindle Fire.') screen_size = (570, 1016) - dpi = 150.0 + dpi = 169.0 comic_screen_size = (570, 1016) class IlliadOutput(OutputProfile):