mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 17:39:03 +08:00
Add properties (with defaults) to the PrintSetupHeaderButton state-props
Resolves 2 QML-warnings CURA-8684
This commit is contained in:
parent
f94813a98e
commit
5aa67770a2
@ -16,6 +16,9 @@ ToolButton
|
|||||||
|
|
||||||
property alias tooltip: tooltip.text
|
property alias tooltip: tooltip.text
|
||||||
|
|
||||||
|
property bool valueError: false;
|
||||||
|
property bool valueWarning: false;
|
||||||
|
|
||||||
Cura.ToolTip
|
Cura.ToolTip
|
||||||
{
|
{
|
||||||
id: tooltip
|
id: tooltip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user