mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-28 21:31:15 -07:00
Use system-style progress bar.
This commit is contained in:
parent
89c5fb2d15
commit
0a163439a4
1 changed files with 0 additions and 2 deletions
|
|
@ -62,13 +62,11 @@ UM.Dialog
|
||||||
{
|
{
|
||||||
id: progressbar
|
id: progressbar
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
style: UM.Theme.styles.progressbar
|
|
||||||
minimumValue: 0;
|
minimumValue: 0;
|
||||||
maximumValue: 100
|
maximumValue: 100
|
||||||
anchors.left:parent.left
|
anchors.left:parent.left
|
||||||
anchors.right: closeButton.left
|
anchors.right: closeButton.left
|
||||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
height: 10
|
|
||||||
value: manager.downloadProgress
|
value: manager.downloadProgress
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue