mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 02:07:51 -06:00
Fix margins for active print job name in printer tile for cluster
CL-896
This commit is contained in:
parent
a0302684d6
commit
7ad2e67074
1 changed files with 3 additions and 1 deletions
|
@ -323,7 +323,9 @@ Component
|
||||||
id: printJobName
|
id: printJobName
|
||||||
text: modelData.activePrintJob != null ? modelData.activePrintJob.name : ""
|
text: modelData.activePrintJob != null ? modelData.activePrintJob.name : ""
|
||||||
font: UM.Theme.getFont("default_bold")
|
font: UM.Theme.getFont("default_bold")
|
||||||
width: parent.width
|
anchors.left: parent.left
|
||||||
|
anchors.right: contextButton.left
|
||||||
|
anchors.rightMargin: UM.Theme.getSize("default_margin").width
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
}
|
}
|
||||||
Label
|
Label
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue