Fix #4621 (Bad page resize in epub output)

This commit is contained in:
Kovid Goyal 2011-01-28 17:41:39 -07:00
commit 299c94ab20

View File

@ -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]