From 8de42ec1997834fd2b7a900b45511fd1e097866e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 7 Nov 2024 08:10:53 +0530 Subject: [PATCH] ... --- 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 6c322ac593..5ffd530323 100644 --- a/src/pyj/read_book/prefs/scrolling.pyj +++ b/src/pyj/read_book/prefs/scrolling.pyj @@ -82,7 +82,7 @@ def create_scrolling_panel(container, apply_func, cancel_func): title=_('When using a touchpad or mouse wheel that produces scroll events in pixels, set the number of pixels before a page turn is triggered'), step=5, min=0, - max=1000 + max=10000 ), ))