diff --git a/plugins/Marketplace/resources/qml/ManageButton.qml b/plugins/Marketplace/resources/qml/ManageButton.qml index ac7577b543..d3b86a6fa9 100644 --- a/plugins/Marketplace/resources/qml/ManageButton.qml +++ b/plugins/Marketplace/resources/qml/ManageButton.qml @@ -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)