Cleanup CustomPrintSetup.qml

CURA-6862
This commit is contained in:
Nino van Hooff 2019-10-14 12:14:31 +02:00
parent c147174668
commit 279d5671d8

View file

@ -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