mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 05:05:55 +08: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
@ -415,7 +415,7 @@ Rectangle
|
|||||||
width: timeSpec.width
|
width: timeSpec.width
|
||||||
height: timeSpec.height
|
height: timeSpec.height
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: lengthSpec.top
|
anchors.bottom: timeSpecDescription.top
|
||||||
|
|
||||||
text: {
|
text: {
|
||||||
var order = ["inset_0", "inset_x", "skin", "infill", "support_infill", "support_interface", "support", "travel", "retract", "none"];
|
var order = ["inset_0", "inset_x", "skin", "infill", "support_infill", "support_interface", "support", "travel", "retract", "none"];
|
||||||
@ -455,6 +455,15 @@ Rectangle
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Text
|
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
|
id: lengthSpec
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user