From 0e60596eda029a74de3ecd736a72d2c61704fead Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Jul 2009 11:15:21 -0600 Subject: [PATCH] ... --- 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 fbd0448191..45026fcb5c 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -256,8 +256,8 @@ class IlliadOutput(OutputProfile): short_name = 'illiad' description = _('This profile is intended for the Irex Illiad.') - screen_size = (744, 1022) - comic_screen_size = (741, 1022) + screen_size = (760, 925) + comic_screen_size = (760, 925) dpi = 160.0 fbase = 12 fsizes = [7.5, 9, 10, 12, 15.5, 20, 22, 24]