diff options
Diffstat (limited to 'src/webtab/webview.cpp')
-rw-r--r-- | src/webtab/webview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webtab/webview.cpp b/src/webtab/webview.cpp index ce3f5a9f..40a62864 100644 --- a/src/webtab/webview.cpp +++ b/src/webtab/webview.cpp @@ -114,7 +114,7 @@ WebView::WebView(QWidget* parent, bool isPrivateBrowsing) // Auto scroll timer connect(m_autoScrollTimer, SIGNAL(timeout()), this, SLOT(scrollFrameChanged())); - m_autoScrollTimer->setInterval(100); + m_autoScrollTimer->setInterval(16); // Smooth scroll timer connect(m_smoothScrollTimer, SIGNAL(timeout()), this, SLOT(scrollTick())); |