mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 05:07:50 -06:00
Fix reference to property that didn't exist
CURA-8685
This commit is contained in:
parent
40f835ed13
commit
6ea7622a55
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ Item
|
||||||
anchors.left: printJobPencilIcon.right
|
anchors.left: printJobPencilIcon.right
|
||||||
anchors.leftMargin: UM.Theme.getSize("narrow_margin").width
|
anchors.leftMargin: UM.Theme.getSize("narrow_margin").width
|
||||||
height: UM.Theme.getSize("jobspecs_line").height
|
height: UM.Theme.getSize("jobspecs_line").height
|
||||||
width: Math.max(__contentWidth + UM.Theme.getSize("default_margin").width, 50)
|
width: Math.max(contentWidth + UM.Theme.getSize("default_margin").width, 50)
|
||||||
maximumLength: 120
|
maximumLength: 120
|
||||||
text: PrintInformation === null ? "" : PrintInformation.jobName
|
text: PrintInformation === null ? "" : PrintInformation.jobName
|
||||||
horizontalAlignment: TextInput.AlignLeft
|
horizontalAlignment: TextInput.AlignLeft
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue