mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-20 21:27:50 -06: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
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue