Set the font of the time estimation to medium bold

This way it will also fit when a very long time is used in german.
If we don't do this, 14 Tages 12 Stunden 33 Minuten didn't fit.

CURA-6097
This commit is contained in:
Jaime van Kessel 2019-01-11 14:47:59 +01:00
parent 2dead87593
commit cbeadb2343

View File

@ -57,7 +57,7 @@ Column
text: preSlicedData ? catalog.i18nc("@label", "No time estimation available") : PrintInformation.currentPrintTime.getDisplayString(UM.DurationFormat.Long)
source: UM.Theme.getIcon("clock")
font: UM.Theme.getFont("large_bold")
font: UM.Theme.getFont("medium_bold")
}
Cura.IconWithText