Remove ProgressBar style and use UM.ProgressBar instead

CURA-8685
This commit is contained in:
Jaime van Kessel 2022-02-15 17:07:22 +01:00
parent 13227249b5
commit 821581bc65
4 changed files with 4 additions and 57 deletions

View file

@ -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;