From 263b0847147c259eba9cb3eb73a1bfa3b2bfa31a Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Fri, 16 Dec 2016 16:55:03 +0100 Subject: [PATCH] Remove commented material names repeater Nallath intended to remove this, he says. Contributes to issue CURA-1263. --- resources/qml/WorkspaceSummaryDialog.qml | 31 ------------------------ 1 file changed, 31 deletions(-) diff --git a/resources/qml/WorkspaceSummaryDialog.qml b/resources/qml/WorkspaceSummaryDialog.qml index c87830fe5c..55a6b41315 100644 --- a/resources/qml/WorkspaceSummaryDialog.qml +++ b/resources/qml/WorkspaceSummaryDialog.qml @@ -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 {