From 5acc3111e00d152609fdd0101cf7b761f8261bcb Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 6 Aug 2019 12:58:53 +0200 Subject: [PATCH] Some minor UI fixes CURA-6598 --- resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index 1af3444e67..4c3e2d395b 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -35,7 +35,7 @@ Item Label { - id: intentLabel + id: profileLabel anchors { top: parent.top @@ -43,7 +43,7 @@ Item left: parent.left right: intentSelection.left } - text: catalog.i18nc("@label", "Intent") + text: catalog.i18nc("@label", "Profile") font: UM.Theme.getFont("medium") color: UM.Theme.getColor("text") verticalAlignment: Text.AlignVCenter @@ -75,6 +75,7 @@ Item border.color: UM.Theme.getColor("lining") border.width: UM.Theme.getSize("default_lining").width radius: UM.Theme.getSize("default_radius").width + color: UM.Theme.getColor("main_background") } function generateActiveQualityText()