From bff00d41d0c43235f120ab2bd03f74172a1eae93 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 14 Aug 2017 09:42:46 +0200 Subject: [PATCH] Add description for print time It looks a bit weird right below the print time but we'll discuss that later. Contributes to issue CURA-4149. --- resources/qml/Sidebar.qml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/resources/qml/Sidebar.qml b/resources/qml/Sidebar.qml index af20e05c55..1968722ae3 100755 --- a/resources/qml/Sidebar.qml +++ b/resources/qml/Sidebar.qml @@ -415,7 +415,7 @@ Rectangle width: timeSpec.width height: timeSpec.height anchors.left: parent.left - anchors.bottom: lengthSpec.top + anchors.bottom: timeSpecDescription.top text: { var order = ["inset_0", "inset_x", "skin", "infill", "support_infill", "support_interface", "support", "travel", "retract", "none"]; @@ -455,6 +455,15 @@ Rectangle } } Text + { + id: timeSpecDescription + anchors.left: parent.left + anchors.bottom: lengthSpec.top + font: UM.Theme.getFont("small") + color: UM.Theme.getColor("text_subtext") + text: catalog.i18nc("@description", "Print time") + } + Text { id: lengthSpec anchors.left: parent.left