From bfc734a981dac489c5bec8509e5ed3d2f8a55184 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 6 Feb 2013 09:22:54 +0530 Subject: [PATCH] ... --- src/calibre/customize/profiles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index d544496f19..cf5ed6c8f4 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -457,7 +457,7 @@ class NookHD(TabletOutput): short_name = 'nook_hd_plus' description = _('Intended for the Nook HD+ and similar tablet devices with ' 'a resolution of 1080x1920') - screen_size = comic_screen_size = (1080, 1920) + screen_size = comic_screen_size = (1280, 1920) class SonyReaderOutput(OutputProfile):