summaryrefslogtreecommitdiff
path: root/src/webview.cpp
diff options
context:
space:
mode:
authorYoann Laissus <yoann.laissus@gmail.com>2010-08-08 21:07:00 +0200
committerYoann Laissus <yoann.laissus@gmail.com>2010-08-08 21:08:45 +0200
commita033b7264d21299927a0fdc9e22ff28bee4fa42c (patch)
tree80f5be5ca99862d2694f78074ea69bc70ccdae03 /src/webview.cpp
parent- Use default scrolling for editable contents (diff)
downloadrekonq-a033b7264d21299927a0fdc9e22ff28bee4fa42c.tar.xz
Increase spped
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;
}