From 5e383d4f424580c3e38bf7212e20d86f4ab1c34d Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Tue, 17 Nov 2020 10:51:30 +0100 Subject: [PATCH] Fix documentation This is a checkbox, not a combobox. --- resources/qml/Widgets/CheckBox.qml | 4 ++-- 1 file 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 {