mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 06:28:59 +08:00
Cleanup CustomPrintSetup.qml
CURA-6862
This commit is contained in:
parent
c147174668
commit
279d5671d8
@ -91,7 +91,6 @@ Item
|
|||||||
text: qualityName()
|
text: qualityName()
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text")
|
color: UM.Theme.getColor("text")
|
||||||
anchors.verticalCenter: intentSelection.verticalCenter
|
|
||||||
Layout.margins: 0
|
Layout.margins: 0
|
||||||
Layout.maximumWidth: parent.width * 0.7
|
Layout.maximumWidth: parent.width * 0.7
|
||||||
height: contentHeight
|
height: contentHeight
|
||||||
@ -110,7 +109,6 @@ Item
|
|||||||
text: activeQualityDetailText()
|
text: activeQualityDetailText()
|
||||||
font: UM.Theme.getFont("default")
|
font: UM.Theme.getFont("default")
|
||||||
color: UM.Theme.getColor("text_detail")
|
color: UM.Theme.getColor("text_detail")
|
||||||
anchors.verticalCenter: intentSelection.verticalCenter
|
|
||||||
Layout.margins: 0
|
Layout.margins: 0
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
|
|
||||||
@ -136,11 +134,7 @@ Item
|
|||||||
{
|
{
|
||||||
if (resultSuffix)
|
if (resultSuffix)
|
||||||
{
|
{
|
||||||
result += " - "
|
result += " - " + resultSuffix
|
||||||
}
|
|
||||||
if (resultSuffix)
|
|
||||||
{
|
|
||||||
result += resultSuffix
|
|
||||||
}
|
}
|
||||||
result += " - "
|
result += " - "
|
||||||
result += Cura.MachineManager.activeQualityLayerHeight + "mm"
|
result += Cura.MachineManager.activeQualityLayerHeight + "mm"
|
||||||
@ -150,10 +144,6 @@ Item
|
|||||||
return result
|
return result
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user