From a6731f7023484d2d52cfaff2d2e5b710ba503f54 Mon Sep 17 00:00:00 2001 From: "craig.p.drummond" Date: Wed, 20 Feb 2013 17:38:17 +0000 Subject: [PATCH] Increase sensitive area width --- support/gtkproxystyle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/gtkproxystyle.cpp b/support/gtkproxystyle.cpp index 125321686..3dd0ac083 100644 --- a/support/gtkproxystyle.cpp +++ b/support/gtkproxystyle.cpp @@ -70,7 +70,7 @@ GtkProxyStyle::GtkProxyStyle(bool overlaySBars) if (Qt::LeftToRight==QApplication::layoutDirection() && revertQGtkStyleOverlayMod()) { sbarWidth=qMax(fh/5, 3); - sbarAreaWidth=sbarWidth*4; + sbarAreaWidth=sbarWidth*6; thumb=new OsThumb(); thumb->setVisible(false); connect(thumb, SIGNAL(thumbDragged(QPoint)), SLOT(thumbMoved(QPoint)));