mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 18:54:09 -04:00
Nook Color profile: Reduce screen height to 900px
This commit is contained in:
parent
af98ebf24d
commit
f6d70a1cd2
@ -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…
x
Reference in New Issue
Block a user