diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.cpp b/src/webview.cpp index 35af8005..dfa35dfd 100644 --- a/src/webview.cpp +++ b/src/webview.cpp @@ -573,7 +573,7 @@ void WebView::wheelEvent(QWheelEvent *event) else _scrollBottom = true; - setupSmoothScrolling(QApplication::wheelScrollLines() * 25); + setupSmoothScrolling(QApplication::wheelScrollLines() * 33); return; } |