mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-04 16:21:47 -07:00
Set height of progressBar to 0 when not visible in WizardPanel
CURA-8154
This commit is contained in:
parent
34195551f4
commit
89697ea489
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue