Nook Color profile: Reduce screen height to 900px

This commit is contained in:
Kovid Goyal 2010-11-28 14:54:36 -07:00
parent af98ebf24d
commit f6d70a1cd2

View File

@ -683,8 +683,8 @@ class NookColorOutput(NookOutput):
short_name = 'nook_color' short_name = 'nook_color'
description = _('This profile is intended for the B&N Nook Color.') description = _('This profile is intended for the B&N Nook Color.')
screen_size = (600, 980) screen_size = (600, 900)
comic_screen_size = (584, 980) comic_screen_size = (584, 900)
dpi = 169 dpi = 169
class BambookOutput(OutputProfile): class BambookOutput(OutputProfile):