mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
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:
parent
454293f926
commit
bff00d41d0
1 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue