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:
authorJoey de l'Arago <joeydelarago@gmail.com>2022-04-29 10:14:03 +0300
committerGitHub <noreply@github.com>2022-04-29 10:14:03 +0300
commitd12703289b8c169e50421b4c0d548b3611422889 (patch)
treeb67ae037342e05ecaf75846219b4b0d3f49e51dc /resources/qml
parentd518c3a0ca2ae65dd5e0823241b1ca643cb4a7c2 (diff)
parentfcad2101f4f1a71aadafc059b370db5d7f880733 (diff)
Merge pull request #11906 from fieldOfView/fix_single_copy_multiply
[5.0b1] Fix creating a single copy of a model
Diffstat (limited to 'resources/qml')
-rw-r--r--resources/qml/Menus/ContextMenu.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/Menus/ContextMenu.qml b/resources/qml/Menus/ContextMenu.qml
index f47fd4012c..65f3409c8a 100644
--- a/resources/qml/Menus/ContextMenu.qml
+++ b/resources/qml/Menus/ContextMenu.qml
@@ -134,6 +134,7 @@ Cura.Menu
from: 1
to: 99
width: 2 * UM.Theme.getSize("button").width
+ value: 1
}
}
}