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:
Diffstat (limited to 'resources/qml/WelcomePages/DropDownWidget.qml')
-rw-r--r--resources/qml/WelcomePages/DropDownWidget.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/WelcomePages/DropDownWidget.qml b/resources/qml/WelcomePages/DropDownWidget.qml
index b129673905..dde1be752b 100644
--- a/resources/qml/WelcomePages/DropDownWidget.qml
+++ b/resources/qml/WelcomePages/DropDownWidget.qml
@@ -56,7 +56,7 @@ Item
Cura.RoundedRectangle
{
id: contentRectangle
- // Move up a bit (exaclty the width of the border) to avoid double line
+ // Move up a bit (exactly the width of the border) to avoid double line
y: header.height - UM.Theme.getSize("default_lining").width
anchors.left: header.left
anchors.right: header.right