Remove the NoIntentIcon

CURA-8623
This commit is contained in:
Jaime van Kessel 2022-06-13 13:33:39 +02:00
parent 525f96db98
commit 363d828634
3 changed files with 0 additions and 63 deletions

View file

@ -47,18 +47,6 @@ Item
font: UM.Theme.getFont("medium")
}
NoIntentIcon
{
affected_extruders: Cura.MachineManager.extruderPositionsWithNonActiveIntent
intent_type: Cura.MachineManager.activeIntentCategory
anchors.right: intentSelection.left
anchors.rightMargin: UM.Theme.getSize("narrow_margin").width
width: Math.round(profileLabel.height * 0.5)
anchors.verticalCenter: parent.verticalCenter
height: width
visible: affected_extruders.length
}
Button
{
id: intentSelection