From c1d55265379987e011a2de93106a9a80863362cc Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Fri, 11 Feb 2022 11:07:51 +0100 Subject: [PATCH] Add some documentation to ColorDialog CURA-8687 --- resources/qml/ColorDialog.qml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/qml/ColorDialog.qml b/resources/qml/ColorDialog.qml index a7f05c4a0b..2b5669db5f 100644 --- a/resources/qml/ColorDialog.qml +++ b/resources/qml/ColorDialog.qml @@ -6,6 +6,11 @@ import QtQuick.Layouts 1.1 import UM 1.5 as UM import Cura 1.1 as Cura + +/* +* A dialog that provides the option to pick a color. Currently it only asks for a hex code and shows the color +* in a color swath +*/ UM.Dialog { id: base