From a258f4a2015a10cee1e044f47bf895cefbc334f2 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 Mar 2014 11:15:05 +0530 Subject: [PATCH] Increase the max allowed cover size a little, to match current publishing guidelines for covers --- resources/default_tweaks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/default_tweaks.py b/resources/default_tweaks.py index 58901ac6f21e..ae595a7cf8fb 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -444,7 +444,7 @@ # All covers in the calibre library will be resized, preserving aspect ratio, # to fit within this size. This is to prevent slowdowns caused by extremely # large covers -maximum_cover_size = (1450, 2000) +maximum_cover_size = (1650, 2200) #: Where to send downloaded news # When automatically sending downloaded news to a connected device, calibre