mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Remove unnecessary item wrapper
Contributes to issue CURA-5876.
This commit is contained in:
parent
2dde2438b2
commit
ef29fb0cfa
1 changed files with 4 additions and 9 deletions
|
|
@ -16,16 +16,11 @@ Row
|
||||||
spacing: UM.Theme.getSize("default_margin").width
|
spacing: UM.Theme.getSize("default_margin").width
|
||||||
|
|
||||||
//Extruder icon.
|
//Extruder icon.
|
||||||
Item
|
Cura.ExtruderIcon
|
||||||
{
|
{
|
||||||
width: childrenRect.width
|
materialColor: printCoreConfiguration.material.color
|
||||||
height: information.height
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
Cura.ExtruderIcon
|
extruderEnabled: printCoreConfiguration.material.name !== "" && printCoreConfiguration.hotendID !== ""
|
||||||
{
|
|
||||||
materialColor: printCoreConfiguration.material.color
|
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
|
||||||
extruderEnabled: printCoreConfiguration.material.name !== "" && printCoreConfiguration.hotendID !== ""
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Column
|
Column
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue