From 279d5671d8a7ff53477a6b9fb002d3f8d1b183a3 Mon Sep 17 00:00:00 2001 From: Nino van Hooff Date: Mon, 14 Oct 2019 12:14:31 +0200 Subject: [PATCH] Cleanup CustomPrintSetup.qml CURA-6862 --- .../PrintSetupSelector/Custom/CustomPrintSetup.qml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml index b72341a4d6..cf27d6d023 100644 --- a/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml +++ b/resources/qml/PrintSetupSelector/Custom/CustomPrintSetup.qml @@ -91,7 +91,6 @@ Item text: qualityName() font: UM.Theme.getFont("default") color: UM.Theme.getColor("text") - anchors.verticalCenter: intentSelection.verticalCenter Layout.margins: 0 Layout.maximumWidth: parent.width * 0.7 height: contentHeight @@ -110,7 +109,6 @@ Item text: activeQualityDetailText() font: UM.Theme.getFont("default") color: UM.Theme.getColor("text_detail") - anchors.verticalCenter: intentSelection.verticalCenter Layout.margins: 0 Layout.fillWidth: true @@ -136,11 +134,7 @@ Item { if (resultSuffix) { - result += " - " - } - if (resultSuffix) - { - result += resultSuffix + result += " - " + resultSuffix } result += " - " result += Cura.MachineManager.activeQualityLayerHeight + "mm" @@ -150,10 +144,6 @@ Item return result } } - - - - } background: Rectangle