mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:33:42 +02:00
Nook Color profile: Reduce screen height to 900px
This commit is contained in:
parent
af98ebf24d
commit
f6d70a1cd2
1 changed files with 2 additions and 2 deletions
|
|
@ -683,8 +683,8 @@ class NookColorOutput(NookOutput):
|
|||
short_name = 'nook_color'
|
||||
description = _('This profile is intended for the B&N Nook Color.')
|
||||
|
||||
screen_size = (600, 980)
|
||||
comic_screen_size = (584, 980)
|
||||
screen_size = (600, 900)
|
||||
comic_screen_size = (584, 900)
|
||||
dpi = 169
|
||||
|
||||
class BambookOutput(OutputProfile):
|
||||
|
|
|
|||
Loading…
Reference in a new issue