Fix iPad output profile for comics

This commit is contained in:
Kovid Goyal 2010-04-29 09:05:09 -06:00
parent 6a516d5703
commit 2982987cb4

View File

@ -244,8 +244,8 @@ class iPadOutput(OutputProfile):
name = 'iPad'
short_name = 'ipad'
screen_size = (1024, 768)
comic_screen_size = (1024, 768)
screen_size = (768, 1024)
comic_screen_size = (768, 1024)
dpi = 132.0
class SonyReaderOutput(OutputProfile):