Make firmware update loading bar indeterminate

There is no real progress to report, so it's actually indeterminate.

Contributes to issue CURA-440.
This commit is contained in:
Ghostkeeper 2016-02-23 17:21:20 +01:00
parent c41b9fb09a
commit abed3d8c7d

View file

@ -54,10 +54,11 @@ UM.Dialog
ProgressBar ProgressBar
{ {
id: prog; id: prog
value: manager.progress value: manager.progress
minimumValue: 0; minimumValue: 0
maximumValue: 100; maximumValue: 100
indeterminate: true
anchors anchors
{ {
left: parent.left; left: parent.left;