mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 23:29:07 +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 bool valueError: false;
|
||||
property bool valueWarning: false;
|
||||
|
||||
Cura.ToolTip
|
||||
{
|
||||
id: tooltip
|
||||
|
Loading…
x
Reference in New Issue
Block a user