mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 04:55:54 +08: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
@ -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…
x
Reference in New Issue
Block a user