mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 22:43:31 +02:00
...
This commit is contained in:
parent
befdf2208d
commit
0e60596eda
1 changed files with 2 additions and 2 deletions
|
|
@ -256,8 +256,8 @@ class IlliadOutput(OutputProfile):
|
|||
short_name = 'illiad'
|
||||
description = _('This profile is intended for the Irex Illiad.')
|
||||
|
||||
screen_size = (744, 1022)
|
||||
comic_screen_size = (741, 1022)
|
||||
screen_size = (760, 925)
|
||||
comic_screen_size = (760, 925)
|
||||
dpi = 160.0
|
||||
fbase = 12
|
||||
fsizes = [7.5, 9, 10, 12, 15.5, 20, 22, 24]
|
||||
|
|
|
|||
Loading…
Reference in a new issue