mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 07:33:57 -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 busy
|
||||||
property bool confirmed
|
property bool confirmed
|
||||||
|
|
||||||
Layout.preferredWidth: childrenRect.width
|
implicitWidth: childrenRect.width
|
||||||
Layout.preferredHeight: childrenRect.height
|
implicitHeight: childrenRect.height
|
||||||
|
|
||||||
signal clicked(bool primary_action)
|
signal clicked(bool primary_action)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue