mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-27 06:13:07 +02:00
Set screen size to 540x780 in Kobo output profile
This commit is contained in:
parent
d783ff225d
commit
a558775b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -426,7 +426,7 @@ class KoboReaderOutput(OutputProfile):
|
|||
|
||||
description = _('This profile is intended for the Kobo Reader.')
|
||||
|
||||
screen_size = (590, 775)
|
||||
screen_size = (540, 718)
|
||||
comic_screen_size = (540, 718)
|
||||
dpi = 168.451
|
||||
fbase = 12
|
||||
|
|
|
|||
Loading…
Reference in a new issue