mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-17 05:45:54 +08:00
Remove unnecessary item wrapper
Contributes to issue CURA-5876.
This commit is contained in:
parent
2dde2438b2
commit
ef29fb0cfa
@ -16,17 +16,12 @@ Row
|
||||
spacing: UM.Theme.getSize("default_margin").width
|
||||
|
||||
//Extruder icon.
|
||||
Item
|
||||
{
|
||||
width: childrenRect.width
|
||||
height: information.height
|
||||
Cura.ExtruderIcon
|
||||
{
|
||||
materialColor: printCoreConfiguration.material.color
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
extruderEnabled: printCoreConfiguration.material.name !== "" && printCoreConfiguration.hotendID !== ""
|
||||
}
|
||||
}
|
||||
|
||||
Column
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user