Fixed fonts

CL-896
This commit is contained in:
Jaime van Kessel 2018-08-24 14:07:56 +02:00
parent 36da9cc9e5
commit 5605ff3b46
3 changed files with 14 additions and 3 deletions

View file

@ -70,6 +70,8 @@ Item
id: ownerName
anchors.top: printJobName.bottom
text: printJob.owner
font: UM.Theme.getFont("default")
opacity: 0.6
}
Image
@ -84,10 +86,10 @@ Item
Label
{
id: totalTimeLabel
opacity: 0.6
anchors.bottom: parent.bottom
anchors.right: parent.right
font: UM.Theme.getFont("default")
text: printJob != null ? getPrettyTime(printJob.timeTotal) : ""
elide: Text.ElideRight
}