mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
Fix #4621 (Bad page resize in epub output)
This commit is contained in:
commit
299c94ab20
@ -583,6 +583,7 @@ class CybookG3Output(OutputProfile):
|
|||||||
|
|
||||||
# Screen size is a best guess
|
# Screen size is a best guess
|
||||||
screen_size = (600, 800)
|
screen_size = (600, 800)
|
||||||
|
comic_screen_size = (600, 757)
|
||||||
dpi = 168.451
|
dpi = 168.451
|
||||||
fbase = 16
|
fbase = 16
|
||||||
fsizes = [12, 12, 14, 16, 18, 20, 22, 24]
|
fsizes = [12, 12, 14, 16, 18, 20, 22, 24]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user