From 0259457d2e45a78b701d84b5b8ff57fb76dbacdc Mon Sep 17 00:00:00 2001 From: fieldOfView Date: Mon, 11 Apr 2016 20:58:53 +0200 Subject: [PATCH] Prevent overly long names for printers and profiles Contributes to CURA-1342 --- resources/qml/WizardPages/AddMachine.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/WizardPages/AddMachine.qml b/resources/qml/WizardPages/AddMachine.qml index abbe6f292f..0c235320db 100644 --- a/resources/qml/WizardPages/AddMachine.qml +++ b/resources/qml/WizardPages/AddMachine.qml @@ -212,7 +212,7 @@ Item id: machineName; text: getMachineName() implicitWidth: UM.Theme.getSize("standard_list_input").width - maximumLength: 120 + maximumLength: 40 } }