Widen more limits

Fixes #1864789 [[Enhancement] Increase pause time before switching chapter with auto-scrolling](https://bugs.launchpad.net/calibre/+bug/1864789)
This commit is contained in:
Kovid Goyal 2020-02-26 11:09:44 +05:30
parent 6ac6071167
commit cc18d6dab4
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -17,10 +17,10 @@ MIN_SCROLL_SPEED_AUTO = 0.05
MAX_SCROLL_SPEED_AUTO = 5
MIN_SCROLL_AUTO_DELAY = -1
MAX_SCROLL_AUTO_DELAY = 10
MAX_SCROLL_AUTO_DELAY = 50
MIN_SCROLL_SPEED_SMOOTH = 10
MAX_SCROLL_SPEED_SMOOTH = 50
MIN_SCROLL_SPEED_SMOOTH = 5
MAX_SCROLL_SPEED_SMOOTH = 80
def restore_defaults():
container = get_container()