Adjust screen size profile to support full screen view.

This commit is contained in:
Li Fanxi
2010-11-21 20:56:09 +08:00
parent c1420feec4
commit ca81072e72
+3 -2
View File
@@ -685,8 +685,9 @@ class BambookOutput(OutputProfile):
short_name = 'bambook'
description = _('This profile is intended for the Sanda Bambook.')
# Screen size is a best guess
screen_size = (600, 800)
# Screen size is for full screen display
screen_size = (580, 780)
# Comic size is for normal display
comic_screen_size = (540, 700)
dpi = 168.451
fbase = 12