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:
authorJaime van Kessel <nallath@gmail.com>2016-12-16 14:40:59 +0300
committerJaime van Kessel <nallath@gmail.com>2016-12-16 14:40:59 +0300
commit8391a7971bfb0ab4e45a896cb8340517c93fe090 (patch)
tree040fd7dd7ef2a7b5e97b5a4b181dd63b0646cd63 /resources
parent0e09de195b5fa56cf4b3173a18f9208a941deee1 (diff)
Added machine type to workspace summary dialog
CURA-1263
Diffstat (limited to 'resources')
-rw-r--r--resources/qml/WorkspaceSummaryDialog.qml16
1 files changed, 15 insertions, 1 deletions
diff --git a/resources/qml/WorkspaceSummaryDialog.qml b/resources/qml/WorkspaceSummaryDialog.qml
index bcd0ac6819..1f52dd3719 100644
--- a/resources/qml/WorkspaceSummaryDialog.qml
+++ b/resources/qml/WorkspaceSummaryDialog.qml
@@ -91,7 +91,21 @@ UM.Dialog
text: catalog.i18nc("@action:label", "Printer settings")
font.bold: true
}
-
+ Row
+ {
+ width: parent.width
+ height: childrenRect.height
+ Label
+ {
+ text: catalog.i18nc("@action:label", "Type")
+ width: parent.width / 3
+ }
+ Label
+ {
+ text: manager.activeDefinitionName
+ width: parent.width / 3
+ }
+ }
Row
{
width: parent.width