This commit is contained in:
Kovid Goyal 2009-06-23 10:34:16 -07:00
parent e6ea2d1e59
commit 521890f655

View File

@ -242,9 +242,9 @@ class KindleDXOutput(OutputProfile):
description = _('This profile is intended for the Amazon Kindle DX.')
# Screen size is a best guess
screen_size = (824, 1200)
screen_size = (744, 1022)
dpi = 150.0
comic_screen_size = (775, 1128)
comic_screen_size = (744, 1022)
@classmethod
def tags_to_string(cls, tags):