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:
Jony 2020-02-09 13:15:56 +01:00 committed by GitHub
parent a66a2ea3f6
commit bd903d8286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
),