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:
authorGhostkeeper <rubend@tutanota.com>2020-11-17 12:51:30 +0300
committerGhostkeeper <rubend@tutanota.com>2020-11-17 12:51:30 +0300
commit5e383d4f424580c3e38bf7212e20d86f4ab1c34d (patch)
treeedd35b272d3a8cf73a590e32a4878772e697fc26
parent16f457ba080f975e22d3817d464cd447286658d9 (diff)
Fix documentation
This is a checkbox, not a combobox.
-rw-r--r--resources/qml/Widgets/CheckBox.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/qml/Widgets/CheckBox.qml b/resources/qml/Widgets/CheckBox.qml
index 1de0e4addd..f79dc1620e 100644
--- a/resources/qml/Widgets/CheckBox.qml
+++ b/resources/qml/Widgets/CheckBox.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2019 Ultimaker B.V.
+// Copyright (c) 2020 Ultimaker B.V.
// Cura is released under the terms of the LGPLv3 or higher.
import QtQuick 2.10
@@ -9,7 +9,7 @@ import Cura 1.1 as Cura
//
-// ComboBox with Cura styling.
+// Checkbox with Cura styling.
//
CheckBox
{