This commit is contained in:
Kovid Goyal 2011-11-16 07:47:05 +05:30
parent d75a55f775
commit d151bc29a3

View File

@ -659,7 +659,7 @@ class KindleFireOutput(KindleDXOutput):
description = _('This profile is intended for the Amazon Kindle Fire.') description = _('This profile is intended for the Amazon Kindle Fire.')
screen_size = (570, 1016) screen_size = (570, 1016)
dpi = 150.0 dpi = 169.0
comic_screen_size = (570, 1016) comic_screen_size = (570, 1016)
class IlliadOutput(OutputProfile): class IlliadOutput(OutputProfile):