This commit is contained in:
Kovid Goyal 2020-02-03 08:10:08 +05:30
parent 36a7af3b0b
commit 38950aa52c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

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=MIN_SCROLL_SPEED_AUTO,
step=0.1,
min=MIN_SCROLL_SPEED_AUTO,
max=MAX_SCROLL_SPEED_AUTO
),