From c390b2e0ec408646e3547d3f440cc616e8450a77 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 9 Sep 2013 21:03:47 +0530 Subject: [PATCH] Increase default max cover size tweak --- 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 a4d3a5b540..51bb84883b 100644 --- a/resources/default_tweaks.py +++ b/resources/default_tweaks.py @@ -444,7 +444,7 @@ public_smtp_relay_delay = 301 # 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 = (1200, 1600) +maximum_cover_size = (1450, 2000) #: Where to send downloaded news # When automatically sending downloaded news to a connected device, calibre