From 8f53391d98d0542a9bf997a51c8a1cda30ea45c1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 9 Jan 2010 16:00:32 -0700 Subject: [PATCH] Fix #4492 (Nook EPUB PNG Blank Pages) --- src/calibre/customize/profiles.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 4a7792a632..1a8e43a233 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -416,6 +416,7 @@ class NookOutput(OutputProfile): # Screen size is a best guess screen_size = (600, 730) + comic_screen_size = (584, 730) dpi = 167 fbase = 16 fsizes = [12, 12, 14, 16, 18, 20, 22, 24]