Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2021-05-27 17:06:20 +0300
committerJaime van Kessel <nallath@gmail.com>2021-05-27 17:06:20 +0300
commit70e4e9640e561e18a12870f30c905203ce8ccee7 (patch)
treeba026f5b410c28eac5cc53606e01b6b940d911b4 /resources/qml/ActionPanel/SliceProcessWidget.qml
parent38ce22ba7c3f40b971bc6e1e0a8e776ca9d51512 (diff)
Revert "Merge pull request #9716 from Ultimaker/CURA-8010_new_icons"
This reverts commit 6120d8a054b8c04bf90b8b3d3cb219d691bece2f, reversing changes made to 95652556fef90f70adbf25bfa9bd3b8af7220d4a.
Diffstat (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index 42df08560a..dbbfe784ef 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -65,7 +65,7 @@ Column
visible: widget.backendState == UM.Backend.Error
text: catalog.i18nc("@label:PrintjobStatus", "Unable to slice")
- source: UM.Theme.getIcon("Warning")
+ source: UM.Theme.getIcon("warning")
iconColor: UM.Theme.getColor("warning")
}