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:
parent
6814ab82cb
commit
cdc70740bd
@ -1041,7 +1041,7 @@ public:
|
|||||||
QPointF dragHandleClicked;
|
QPointF dragHandleClicked;
|
||||||
bool dragging;
|
bool dragging;
|
||||||
QTimer *adjustScrollbarsTimer;
|
QTimer *adjustScrollbarsTimer;
|
||||||
static const int borderSize = 4;
|
static const int borderSize = 0;
|
||||||
|
|
||||||
QPointF pressPos;
|
QPointF pressPos;
|
||||||
QPointF pressScrollPos;
|
QPointF pressScrollPos;
|
||||||
|
Loading…
Reference in New Issue
Block a user