mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Adjust auto scroll speed by 0.05 instead of 0.1
Please marge this to make it possible to set auto scroll speed more accurately.
This commit is contained in:
parent
a66a2ea3f6
commit
bd903d8286
@ -87,7 +87,7 @@ def create_scrolling_panel(container, apply_func, cancel_func):
|
||||
*spinner(
|
||||
'lines_per_sec_auto',
|
||||
_('Auto scrolling speed in lines/sec:'),
|
||||
step=0.1,
|
||||
step=0.05,
|
||||
min=MIN_SCROLL_SPEED_AUTO,
|
||||
max=MAX_SCROLL_SPEED_AUTO
|
||||
),
|
||||
|
Loading…
x
Reference in New Issue
Block a user