summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/webview.cpp')
-rw-r--r--src/webview.cpp2
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;
}