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.
This commit is contained in:
Ghostkeeper 2017-08-14 09:42:46 +02:00
parent 454293f926
commit bff00d41d0
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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