mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix book cover thumbnails too small when sending books to the new Kindle Voyage
This commit is contained in:
parent
5674dd141e
commit
38bf9adba3
@ -354,8 +354,9 @@ class KINDLE2(KINDLE):
|
||||
EXTRA_CUSTOMIZATION_CHOICES = {OPT_APNX_METHOD:{'fast', 'accurate', 'pagebreak'}}
|
||||
|
||||
# x330 on the PaperWhite
|
||||
THUMBNAIL_HEIGHT = 330
|
||||
# x262 on the Touch. Doesn't choke on x330, though.
|
||||
# x470 on the Voyage, checked that it works on PW, dont have Touch anymore
|
||||
THUMBNAIL_HEIGHT = 470
|
||||
|
||||
@classmethod
|
||||
def migrate_extra_customization(cls, vals):
|
||||
|
Loading…
x
Reference in New Issue
Block a user