Added min size to printjob name

CURA-1107
This commit is contained in:
Jaime van Kessel 2016-03-09 16:09:12 +01:00
parent 9731d189be
commit ffbc3e8da3

View File

@ -124,7 +124,7 @@ Rectangle {
anchors.right: printJobPencilIcon.left anchors.right: printJobPencilIcon.left
anchors.rightMargin: UM.Theme.getSize("default_margin").width/2 anchors.rightMargin: UM.Theme.getSize("default_margin").width/2
height: UM.Theme.getSize("jobspecs_line").height 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 maximumLength: 120
property int unremovableSpacing: 5 property int unremovableSpacing: 5
text: '' text: ''