mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -06:00
Remove commented material names repeater
Nallath intended to remove this, he says. Contributes to issue CURA-1263.
This commit is contained in:
parent
67d2d74f75
commit
263b084714
1 changed files with 0 additions and 31 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue