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/IconLabel.qml')
-rw-r--r--resources/qml/IconLabel.qml3
1 files changed, 0 insertions, 3 deletions
diff --git a/resources/qml/IconLabel.qml b/resources/qml/IconLabel.qml
index ee4a1254ec..ed41fba499 100644
--- a/resources/qml/IconLabel.qml
+++ b/resources/qml/IconLabel.qml
@@ -30,9 +30,6 @@ Item
width: UM.Theme.getSize("section_icon").width
height: width
- sourceSize.width: width
- sourceSize.height: height
-
color: label.color
visible: source != ""
}