mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Added missing elides
CL-896
This commit is contained in:
parent
1749a6f9d5
commit
60353bcd67
2 changed files with 10 additions and 0 deletions
|
@ -63,6 +63,8 @@ Item
|
|||
id: printJobName
|
||||
text: printJob.name
|
||||
font: UM.Theme.getFont("default_bold")
|
||||
width: parent.width
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
Label
|
||||
|
@ -72,6 +74,8 @@ Item
|
|||
text: printJob.owner
|
||||
font: UM.Theme.getFont("default")
|
||||
opacity: 0.6
|
||||
width: parent.width
|
||||
elide: Text.ElideRight
|
||||
}
|
||||
|
||||
Image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue