diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 041ad160e2..1670e9f9d1 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -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: ''