mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
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:
parent
6ac6071167
commit
cc18d6dab4
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user