mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-15 17:09:33 -07:00
Give time estimate a different text colour
Apparently it needs to be highlit a bit more than the rest. Contributes to issue CURA-4148.
This commit is contained in:
parent
4b8152d6fe
commit
d94956dd23
1 changed files with 1 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ Rectangle
|
|||
anchors.left: parent.left
|
||||
anchors.bottom: parent.bottom
|
||||
font: UM.Theme.getFont("large")
|
||||
color: UM.Theme.getColor("text_subtext")
|
||||
color: UM.Theme.getColor("text_emphasis")
|
||||
text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue