Correctly set defaults of managebutton

CURA-8587
This commit is contained in:
Jaime van Kessel 2021-12-13 13:13:42 +01:00
parent 8c0d4899ed
commit aa29114470
2 changed files with 2 additions and 7 deletions

View file

@ -13,8 +13,8 @@ Item
id: manageButton
property bool button_style
property string text
property bool busy
property bool confirmed
property bool busy: false
property bool confirmed: false
implicitWidth: childrenRect.width
implicitHeight: childrenRect.height