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