Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemco Burema <r.burema@ultimaker.com>2021-07-20 19:01:44 +0300
committerRemco Burema <r.burema@ultimaker.com>2021-07-20 19:01:44 +0300
commit86d104afe7f6199103a8f20f25a16a2caf70034d (patch)
treec183ecc95448d5ab956a97dce9ad0fbdb63ebaf7 /plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
parentd099bc8290bcd7e0a7a7c0a640c8d1907b7a8c7f (diff)
DL: Allow 1 char filenames (not counting extension).
CURA-8395
Diffstat (limited to 'plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml')
-rw-r--r--plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
index 6b9361a900..30e3513019 100644
--- a/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
+++ b/plugins/DigitalLibrary/resources/qml/SaveProjectFilesPage.qml
@@ -200,7 +200,7 @@ Item
anchors.bottom: parent.bottom
anchors.right: parent.right
text: "Save"
- enabled: (asProjectCheckbox.checked || asSlicedCheckbox.checked) && dfFilenameTextfield.text.length >= 3
+ enabled: (asProjectCheckbox.checked || asSlicedCheckbox.checked) && dfFilenameTextfield.text.length >= 1
onClicked:
{