Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/ManageButton.qml4
1 files changed, 2 insertions, 2 deletions
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)