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:
Diffstat (limited to 'resources/qml/JobSpecs.qml')
-rw-r--r--resources/qml/JobSpecs.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml
index c1989c4c95..4aa5fa8bd5 100644
--- a/resources/qml/JobSpecs.qml
+++ b/resources/qml/JobSpecs.qml
@@ -66,7 +66,7 @@ Item
sourceSize.width: width
sourceSize.height: width
color: control.hovered ? UM.Theme.getColor("small_button_text_hover") : UM.Theme.getColor("small_button_text")
- source: UM.Theme.getIcon("pencil")
+ source: UM.Theme.getIcon("Pen")
}
}
}