mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-22 08:03:12 +08:00
Fix colour of time estimates text
I'd like it to be the same colour as the text underneath it, so subtext it is. Contributes to issue CURA-4148.
This commit is contained in:
parent
c4910503e4
commit
ed7e204cc0
@ -430,7 +430,7 @@ Rectangle
|
||||
anchors.left: parent.left
|
||||
anchors.bottom: parent.bottom
|
||||
font: UM.Theme.getFont("large")
|
||||
color: UM.Theme.getColor("text_emphasis")
|
||||
color: UM.Theme.getColor("text_subtext")
|
||||
text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user