Use system-style progress bar.

This commit is contained in:
fieldOfView 2017-07-07 12:03:05 +02:00
parent 89c5fb2d15
commit 0a163439a4

View file

@ -62,13 +62,11 @@ UM.Dialog
{
id: progressbar
anchors.bottom: parent.bottom
style: UM.Theme.styles.progressbar
minimumValue: 0;
maximumValue: 100
anchors.left:parent.left
anchors.right: closeButton.left
anchors.rightMargin: UM.Theme.getSize("default_margin").width
height: 10
value: manager.downloadProgress
}