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 'plugins/Marketplace/resources/qml/Packages.qml')
-rw-r--r--plugins/Marketplace/resources/qml/Packages.qml3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Marketplace/resources/qml/Packages.qml b/plugins/Marketplace/resources/qml/Packages.qml
index 74a18bccd3..70ff7de195 100644
--- a/plugins/Marketplace/resources/qml/Packages.qml
+++ b/plugins/Marketplace/resources/qml/Packages.qml
@@ -40,7 +40,7 @@ ListView
color: UM.Theme.getColor("detail_background")
- Label
+ UM.Label
{
id: sectionHeaderText
anchors.verticalCenter: parent.verticalCenter
@@ -48,7 +48,6 @@ ListView
text: section
font: UM.Theme.getFont("large")
- color: UM.Theme.getColor("text")
}
}