From cfd577f235e41833b93c251b59fece2e3f9b8d3c Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Tue, 8 Oct 2019 10:37:19 +0200 Subject: [PATCH] Remove buildplate info from workspace save dialog --- resources/qml/Dialogs/WorkspaceSummaryDialog.qml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml index d23c3d6580..99a0666ee1 100644 --- a/resources/qml/Dialogs/WorkspaceSummaryDialog.qml +++ b/resources/qml/Dialogs/WorkspaceSummaryDialog.qml @@ -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