mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Correctly set defaults of managebutton
CURA-8587
This commit is contained in:
parent
8c0d4899ed
commit
aa29114470
2 changed files with 2 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue