mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-16 18:15:56 +08:00
Set height of progressBar to 0 when not visible in WizardPanel
CURA-8154
This commit is contained in:
parent
34195551f4
commit
89697ea489
@ -53,7 +53,7 @@ Item
|
|||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
|
|
||||||
height: UM.Theme.getSize("progressbar").height
|
height: visible ? UM.Theme.getSize("progressbar").height : 0
|
||||||
|
|
||||||
value: base.progressValue
|
value: base.progressValue
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user