mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Cleanup CustomPrintSetup.qml
CURA-6862
This commit is contained in:
parent
c147174668
commit
279d5671d8
1 changed files with 1 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue