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:
Ghostkeeper 2017-08-21 13:51:36 +02:00
parent 4b8152d6fe
commit d94956dd23
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.left: parent.left
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
font: UM.Theme.getFont("large") 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) text: (!base.printDuration || !base.printDuration.valid) ? catalog.i18nc("@label", "00h 00min") : base.printDuration.getDisplayString(UM.DurationFormat.Short)
} }
} }