Remove commented material names repeater

Nallath intended to remove this, he says.

Contributes to issue CURA-1263.
This commit is contained in:
Ghostkeeper 2016-12-16 16:55:03 +01:00
parent 67d2d74f75
commit 263b084714
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -207,37 +207,6 @@ UM.Dialog
}
}
/*Item // Spacer
{
height: spacerHeight
width: height
}
Label
{
text: catalog.i18nc("@action:label", "Material settings")
font.bold: true
}
Repeater
{
model: Cura.MachineManager.activeMaterialNames
delegate: Row
{
width: parent.width
height: childrenRect.height
Label
{
text: catalog.i18nc("@action:label", "Name")
width: parent.width / 3
}
Label
{
text: modelData
width: parent.width / 3
}
}
}*/
Item // Spacer
{