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

@ -7,7 +7,7 @@ import QtQuick.Layouts 1.1
import QtQuick.Window 2.1
import QtQuick.Dialogs 1.2 // For filedialog
import UM 1.2 as UM
import UM 1.3 as UM
import Cura 1.0 as Cura
@ -157,7 +157,7 @@ Cura.MachineAction
wrapMode: Text.Wrap
}
ProgressBar
UM.ProgressBar
{
id: prog
value: (manager.firmwareUpdater != null) ? manager.firmwareUpdater.firmwareProgress / 100 : 0