From a033b7264d21299927a0fdc9e22ff28bee4fa42c Mon Sep 17 00:00:00 2001 From: Yoann Laissus Date: Sun, 8 Aug 2010 21:07:00 +0200 Subject: Increase spped --- src/webview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.1