Fix progress bar.
This commit is contained in:
parent
c886e9c5ce
commit
15862e5c44
|
@ -311,9 +311,9 @@ Window {
|
||||||
property real velocity: 0.0
|
property real velocity: 0.0
|
||||||
property int xStart: 0
|
property int xStart: 0
|
||||||
property int xPrev: 0
|
property int xPrev: 0
|
||||||
property bool tracing: false
|
|
||||||
hoverEnabled: false
|
hoverEnabled: false
|
||||||
propagateComposedEvents: true
|
propagateComposedEvents: true
|
||||||
|
anchors.bottomMargin: controlsBar.combinedHeight
|
||||||
z: 1010
|
z: 1010
|
||||||
onPressed: {
|
onPressed: {
|
||||||
xStart = mouse.x
|
xStart = mouse.x
|
||||||
|
|
Loading…
Reference in a new issue