the bounds of the slider are centered on the handle

BUG:332587
This commit is contained in:
Marco Martin 2014-03-25 15:30:00 +01:00
parent c4e6f06f42
commit 1415c07d4b

View File

@ -180,8 +180,8 @@ Item {
value: 0
stepSize: 0.0
inverted: false
positionAtMinimum: 0
positionAtMaximum: contents.width - handle.width
positionAtMinimum: -handle.width/2
positionAtMaximum: contents.width - handle.width/2
}
PlasmaCore.Svg {