Increase sensitive area width

This commit is contained in:
craig.p.drummond
2013-02-20 17:38:17 +00:00
committed by craig.p.drummond
parent d114ab8281
commit a6731f7023

View File

@@ -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)));