mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 01:05:58 +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 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…
x
Reference in New Issue
Block a user