mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Remove ProgressBar style and use UM.ProgressBar instead
CURA-8685
This commit is contained in:
parent
13227249b5
commit
821581bc65
4 changed files with 4 additions and 57 deletions
|
|
@ -183,7 +183,7 @@ Item
|
|||
visible: showProgress
|
||||
}
|
||||
|
||||
ProgressBar
|
||||
UM.ProgressBar
|
||||
{
|
||||
id: progressBar;
|
||||
minimumValue: 0;
|
||||
|
|
@ -218,8 +218,6 @@ Item
|
|||
return false;
|
||||
}
|
||||
}
|
||||
style: UM.Theme.styles.progressbar;
|
||||
|
||||
property string backgroundColor: UM.Theme.getColor("progressbar_background");
|
||||
property string controlColor: base.statusColor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue