Add some documentation to ColorDialog

CURA-8687
This commit is contained in:
Jaime van Kessel 2022-02-11 11:07:51 +01:00
parent 91c95a0ed6
commit c1d5526537

View file

@ -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