From f94813a98e26b2825ccdc299743f764713c9d5c1 Mon Sep 17 00:00:00 2001 From: casper Date: Mon, 31 Jan 2022 08:59:23 +0100 Subject: [PATCH] Fix description CURA-8684 --- resources/qml/PrintSetupHeaderButton.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/qml/PrintSetupHeaderButton.qml b/resources/qml/PrintSetupHeaderButton.qml index a67c48d79f..2a595aa06f 100644 --- a/resources/qml/PrintSetupHeaderButton.qml +++ b/resources/qml/PrintSetupHeaderButton.qml @@ -1,7 +1,8 @@ // Copyright (c) 2022 Ultimaker B.V. // Cura is released under the terms of the LGPLv3 or higher. -// Button component to be used within the +// Button with a label-like appearance that displays different states (these can be displayed by setting the +// `valueError` or `valueWarning` properties). Mainly used within the `CustomConfiguration` component. import QtQuick 2.1 import QtQuick.Controls 2.1