mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix iPad output profile for comics
This commit is contained in:
parent
6a516d5703
commit
2982987cb4
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user