mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-22 10:21:39 -07:00
Adjust font sizes of time/material estimates
Emphasize the time estimate. Contributes to issue CURA-4149.
This commit is contained in:
parent
bff00d41d0
commit
addf6429e5
1 changed files with 3 additions and 3 deletions
|
|
@ -449,7 +449,7 @@ Rectangle
|
||||||
id: timeSpec
|
id: timeSpec
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
font: UM.Theme.getFont("small")
|
font: UM.Theme.getFont("large")
|
||||||
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)
|
||||||
}
|
}
|
||||||
|
|
@ -459,7 +459,7 @@ Rectangle
|
||||||
id: timeSpecDescription
|
id: timeSpecDescription
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: lengthSpec.top
|
anchors.bottom: lengthSpec.top
|
||||||
font: UM.Theme.getFont("small")
|
font: UM.Theme.getFont("very_small")
|
||||||
color: UM.Theme.getColor("text_subtext")
|
color: UM.Theme.getColor("text_subtext")
|
||||||
text: catalog.i18nc("@description", "Print time")
|
text: catalog.i18nc("@description", "Print time")
|
||||||
}
|
}
|
||||||
|
|
@ -468,7 +468,7 @@ Rectangle
|
||||||
id: lengthSpec
|
id: lengthSpec
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
font: UM.Theme.getFont("small")
|
font: UM.Theme.getFont("very_small")
|
||||||
color: UM.Theme.getColor("text_subtext")
|
color: UM.Theme.getColor("text_subtext")
|
||||||
text:
|
text:
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue