From cdc70740bd3a9afbddd970e0314c5b284bbbcf42 Mon Sep 17 00:00:00 2001 From: Marco Martin Date: Fri, 24 Sep 2010 14:34:40 +0000 Subject: [PATCH] set the border size to 0 if it will work well enough with existing applications, the border calculation will be just removed svn path=/trunk/KDE/kdelibs/; revision=1179099 --- widgets/scrollwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/scrollwidget.cpp b/widgets/scrollwidget.cpp index a80789ba5..717abf50b 100644 --- a/widgets/scrollwidget.cpp +++ b/widgets/scrollwidget.cpp @@ -1041,7 +1041,7 @@ public: QPointF dragHandleClicked; bool dragging; QTimer *adjustScrollbarsTimer; - static const int borderSize = 4; + static const int borderSize = 0; QPointF pressPos; QPointF pressScrollPos;