mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 12:19:00 +08:00
Fix margins for active print job name in printer tile for cluster
CL-896
This commit is contained in:
parent
a0302684d6
commit
7ad2e67074
@ -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…
x
Reference in New Issue
Block a user