mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Kindle DX produce correct(?) comic size.
This commit is contained in:
parent
58c4935926
commit
85d4ff84fb
@ -244,7 +244,7 @@ class KindleDXOutput(OutputProfile):
|
|||||||
# Screen size is a best guess
|
# Screen size is a best guess
|
||||||
screen_size = (824, 1200)
|
screen_size = (824, 1200)
|
||||||
dpi = 150.0
|
dpi = 150.0
|
||||||
comic_screen_size = (800, 1180)
|
comic_screen_size = (775, 1128)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def tags_to_string(cls, tags):
|
def tags_to_string(cls, tags):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user