From bd903d82862f04e96a3c84a295b5e71f112c5130 Mon Sep 17 00:00:00 2001 From: Jony <23194385+jony0008@users.noreply.github.com> Date: Sun, 9 Feb 2020 13:15:56 +0100 Subject: [PATCH] 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. --- src/pyj/read_book/prefs/scrolling.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/prefs/scrolling.pyj b/src/pyj/read_book/prefs/scrolling.pyj index 55e0dc03c1..3ae6947910 100644 --- a/src/pyj/read_book/prefs/scrolling.pyj +++ b/src/pyj/read_book/prefs/scrolling.pyj @@ -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 ),