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:
Ghostkeeper 2017-08-31 10:21:28 +02:00
parent c4910503e4
commit ed7e204cc0
No known key found for this signature in database
GPG Key ID: C5F96EE2BC0F7E75

View File

@ -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)
}
}