Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2016-12-16 18:55:03 +0300
committerGhostkeeper <rubend@tutanota.com>2016-12-16 18:55:03 +0300
commit263b0847147c259eba9cb3eb73a1bfa3b2bfa31a (patch)
tree95829310c884081d598622be9a68697a426984e2 /resources
parent67d2d74f75e1f37e36923ce8d09fb1e49a497d73 (diff)
Remove commented material names repeater
Nallath intended to remove this, he says. Contributes to issue CURA-1263.
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/WorkspaceSummaryDialog.qml31
1 files changed, 0 insertions, 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
{