mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 22:35:03 -06: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
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue