|
@@ -161,7 +161,7 @@ Rectangle {
|
|
anchors.right: parent.right
|
|
anchors.right: parent.right
|
|
height: UM.Theme.getSize("jobspecs_line").height
|
|
height: UM.Theme.getSize("jobspecs_line").height
|
|
verticalAlignment: Text.AlignVCenter
|
|
verticalAlignment: Text.AlignVCenter
|
|
- font: UM.Theme.getFont("small")
|
|
|
|
|
|
+ font: UM.Theme.getFont("small_bold")
|
|
color: UM.Theme.getColor("text_subtext")
|
|
color: UM.Theme.getColor("text_subtext")
|
|
text: Printer.getSceneBoundingBoxString
|
|
text: Printer.getSceneBoundingBoxString
|
|
}
|
|
}
|
|
@@ -193,7 +193,7 @@ Rectangle {
|
|
anchors.right: lengthIcon.left
|
|
anchors.right: lengthIcon.left
|
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
- font: UM.Theme.getFont("small")
|
|
|
|
|
|
+ font: UM.Theme.getFont("small_bold")
|
|
color: UM.Theme.getColor("text_subtext")
|
|
color: UM.Theme.getColor("text_subtext")
|
|
text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short)
|
|
text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short)
|
|
}
|
|
}
|
|
@@ -213,7 +213,7 @@ Rectangle {
|
|
id: lengthSpec
|
|
id: lengthSpec
|
|
anchors.right: parent.right
|
|
anchors.right: parent.right
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
anchors.verticalCenter: parent.verticalCenter
|
|
- font: UM.Theme.getFont("small")
|
|
|
|
|
|
+ font: UM.Theme.getFont("small_bold")
|
|
color: UM.Theme.getColor("text_subtext")
|
|
color: UM.Theme.getColor("text_subtext")
|
|
text: base.printMaterialAmount <= 0 ? catalog.i18nc("@label", "0.0 m") : catalog.i18nc("@label", "%1 m").arg(base.printMaterialAmount)
|
|
text: base.printMaterialAmount <= 0 ? catalog.i18nc("@label", "0.0 m") : catalog.i18nc("@label", "%1 m").arg(base.printMaterialAmount)
|
|
}
|
|
}
|