mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 22:54:01 -06:00
Switch ManageButton over to implicitWidth & height instead of layout
This makes it a much easier to re-use component. CURA-8587
This commit is contained in:
parent
f993243d57
commit
08685af9de
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ Item
|
|||
property bool busy
|
||||
property bool confirmed
|
||||
|
||||
Layout.preferredWidth: childrenRect.width
|
||||
Layout.preferredHeight: childrenRect.height
|
||||
implicitWidth: childrenRect.width
|
||||
implicitHeight: childrenRect.height
|
||||
|
||||
signal clicked(bool primary_action)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue