Changed rounding of prettyTime by accident

This commit is contained in:
Mark 2018-03-09 14:02:04 +01:00
parent d8853b8a98
commit af89209cde
2 changed files with 4 additions and 4 deletions

View file

@ -122,7 +122,7 @@ Column
{
label: catalog.i18nc("@label", "Printing Time")
value: activePrintJob != null ? getPrettyTime(activePrintJob.timeTotal) : ""
width:base.width
width: base.width
visible: activePrinter != null
}