This commit is contained in:
Kovid Goyal 2020-02-09 17:51:30 +05:30
commit 16ac8d3b65
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=0.1,
step=0.05,
min=MIN_SCROLL_SPEED_AUTO,
max=MAX_SCROLL_SPEED_AUTO
),