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/PackageTypeTab.qml')
-rw-r--r--plugins/Marketplace/resources/qml/PackageTypeTab.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/Marketplace/resources/qml/PackageTypeTab.qml b/plugins/Marketplace/resources/qml/PackageTypeTab.qml
index 79eaa9a16c..09dd7f56c3 100644
--- a/plugins/Marketplace/resources/qml/PackageTypeTab.qml
+++ b/plugins/Marketplace/resources/qml/PackageTypeTab.qml
@@ -3,7 +3,7 @@
import QtQuick 2.15
import QtQuick.Controls 2.15
-import UM 1.0 as UM
+import UM 1.5 as UM
TabButton
{
@@ -22,11 +22,10 @@ TabButton
border.width: UM.Theme.getSize("thick_lining").width
}
- contentItem: Label
+ contentItem: UM.Label
{
text: parent.text
font: UM.Theme.getFont("medium_bold")
- color: UM.Theme.getColor("text")
width: contentWidth
anchors.centerIn: parent
}