mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-11 00:59:01 +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
|
||||
text: modelData.activePrintJob != null ? modelData.activePrintJob.name : ""
|
||||
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
|
||||
}
|
||||
Label
|
||||
|
Loading…
x
Reference in New Issue
Block a user