From d367ee3fe5e019534aba95437306dfdab04ccfec Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 2 Apr 2011 23:00:14 -0600 Subject: [PATCH] Adjust screen size in Kobo profile --- src/calibre/customize/profiles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index bebaebced6..346adf4737 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -470,8 +470,8 @@ class KoboReaderOutput(OutputProfile): description = _('This profile is intended for the Kobo Reader.') - screen_size = (540, 718) - comic_screen_size = (540, 718) + screen_size = (536, 710) + comic_screen_size = (536, 710) dpi = 168.451 fbase = 12 fsizes = [7.5, 9, 10, 12, 15.5, 20, 22, 24]