From ca81072e72582d834876df5d1cb833fc66e41de3 Mon Sep 17 00:00:00 2001 From: Li Fanxi Date: Sun, 21 Nov 2010 20:56:09 +0800 Subject: [PATCH] Adjust screen size profile to support full screen view. --- src/calibre/customize/profiles.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 36e2b9bdd2..7427de26a6 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -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