diff options
author | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-08 21:07:00 +0200 |
---|---|---|
committer | Yoann Laissus <yoann.laissus@gmail.com> | 2010-08-08 21:08:45 +0200 |
commit | a033b7264d21299927a0fdc9e22ff28bee4fa42c (patch) | |
tree | 80f5be5ca99862d2694f78074ea69bc70ccdae03 /src/webview.cpp | |
parent | - Use default scrolling for editable contents (diff) | |
download | rekonq-a033b7264d21299927a0fdc9e22ff28bee4fa42c.tar.xz |
Increase spped
Diffstat (limited to 'src/webview.cpp')
-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; } |