the bounds of the slider are centered on the handle
BUG:332587
This commit is contained in:
parent
c4e6f06f42
commit
1415c07d4b
@ -180,8 +180,8 @@ Item {
|
|||||||
value: 0
|
value: 0
|
||||||
stepSize: 0.0
|
stepSize: 0.0
|
||||||
inverted: false
|
inverted: false
|
||||||
positionAtMinimum: 0
|
positionAtMinimum: -handle.width/2
|
||||||
positionAtMaximum: contents.width - handle.width
|
positionAtMaximum: contents.width - handle.width/2
|
||||||
}
|
}
|
||||||
|
|
||||||
PlasmaCore.Svg {
|
PlasmaCore.Svg {
|
||||||
|
Loading…
Reference in New Issue
Block a user