diff options
Diffstat (limited to 'src/ui/listwidget.c')
-rw-r--r-- | src/ui/listwidget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/listwidget.c b/src/ui/listwidget.c index f896b493..ca15cc20 100644 --- a/src/ui/listwidget.c +++ b/src/ui/listwidget.c | |||
@@ -427,7 +427,7 @@ static iBool processEvent_ListWidget_(iListWidget *d, const SDL_Event *ev) { | |||
427 | /* Traditional mouse wheel. */ | 427 | /* Traditional mouse wheel. */ |
428 | amount *= 3 * d->itemHeight; | 428 | amount *= 3 * d->itemHeight; |
429 | moveSpan_SmoothScroll( | 429 | moveSpan_SmoothScroll( |
430 | &d->scrollY, amount, 200 * scrollSpeedFactor_Prefs(prefs_App(), mouse_ScrollType)); | 430 | &d->scrollY, amount, 600 * scrollSpeedFactor_Prefs(prefs_App(), mouse_ScrollType)); |
431 | } | 431 | } |
432 | return iTrue; | 432 | return iTrue; |
433 | } | 433 | } |