From 6a893e48d8e1c6648d02122f2c421a321939a8d3 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 16 Sep 2013 11:44:58 +0530 Subject: [PATCH] Make default thumbnail quality 75 --- src/calibre/devices/smart_device_app/driver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/calibre/devices/smart_device_app/driver.py b/src/calibre/devices/smart_device_app/driver.py index f98d624e55..035c613387 100644 --- a/src/calibre/devices/smart_device_app/driver.py +++ b/src/calibre/devices/smart_device_app/driver.py @@ -204,7 +204,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): THUMBNAIL_HEIGHT = 160 DEFAULT_THUMBNAIL_HEIGHT = 160 - THUMBNAIL_COMPRESSION_QUALITY = 70 + THUMBNAIL_COMPRESSION_QUALITY = 75 PREFIX = '' BACKLOADING_ERROR_MESSAGE = None @@ -317,7 +317,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin): False, '', '', '', True, '', - True, '70' + True, '75' ] OPT_AUTOSTART = 0 OPT_PASSWORD = 2