This commit is contained in:
Kovid Goyal 2024-11-07 08:10:53 +05:30
parent 867adb3ce4
commit 8de42ec199
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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'), 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, step=5,
min=0, min=0,
max=1000 max=10000
), ),
)) ))