mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:18:58 +08:00
Added min size to printjob name
CURA-1107
This commit is contained in:
parent
9731d189be
commit
ffbc3e8da3
@ -124,7 +124,7 @@ Rectangle {
|
||||
anchors.right: printJobPencilIcon.left
|
||||
anchors.rightMargin: UM.Theme.getSize("default_margin").width/2
|
||||
height: UM.Theme.getSize("jobspecs_line").height
|
||||
width: __contentWidth + UM.Theme.getSize("default_margin").width
|
||||
width: Math.max(__contentWidth + UM.Theme.getSize("default_margin").width, 50)
|
||||
maximumLength: 120
|
||||
property int unremovableSpacing: 5
|
||||
text: ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user