mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Fixed fonts
CL-896
This commit is contained in:
parent
36da9cc9e5
commit
5605ff3b46
3 changed files with 14 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue