Remove buildplate info from workspace save dialog

This commit is contained in:
Jaime van Kessel 2019-10-08 10:37:19 +02:00
parent cb526f0f31
commit cfd577f235
No known key found for this signature in database
GPG key ID: 3710727397403C91

View file

@ -139,22 +139,6 @@ UM.Dialog
}
}
}
Row
{
visible: Cura.MachineManager.hasVariantBuildplates
width: parent.width
height: childrenRect.height
Label
{
text: catalog.i18nc("@action:label", "Build plate")
width: Math.floor(scroll.width / 3) | 0
}
Label
{
text: Cura.activeStack != null ? Cura.MachineManager.activeStack.variant.name : ""
width: Math.floor(scroll.width / 3) | 0
}
}
Repeater
{
width: parent.width