From 85d4ff84fbf4894517629f69851ce353bbc3784f Mon Sep 17 00:00:00 2001 From: John Schember Date: Sat, 13 Jun 2009 14:05:00 -0400 Subject: [PATCH] Kindle DX produce correct(?) comic size. --- 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 cc45855c9a..8434773515 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -244,7 +244,7 @@ class KindleDXOutput(OutputProfile): # Screen size is a best guess screen_size = (824, 1200) dpi = 150.0 - comic_screen_size = (800, 1180) + comic_screen_size = (775, 1128) @classmethod def tags_to_string(cls, tags):