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
This commit is contained in:
Marco Martin 2010-09-24 14:34:40 +00:00
parent 6814ab82cb
commit cdc70740bd

View File

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