diff --git a/plugins/Marketplace/resources/qml/ManagePackagesButton.qml b/plugins/Marketplace/resources/qml/ManagePackagesButton.qml index 1d23b3296a..92e2196beb 100644 --- a/plugins/Marketplace/resources/qml/ManagePackagesButton.qml +++ b/plugins/Marketplace/resources/qml/ManagePackagesButton.qml @@ -43,7 +43,7 @@ TabButton color: UM.Theme.getColor("icon") source: UM.Theme.getIcon("Settings") anchors.horizontalCenter: parent.horizontalCenter - anchors.horizontalCenterOffset: Math.round(UM.Theme.getSize("narrow_margin").width /2) + anchors.horizontalCenterOffset: Math.round(UM.Theme.getSize("narrow_margin").width /2) anchors.verticalCenter: parent.verticalCenter } } diff --git a/plugins/Marketplace/resources/qml/PackageCard.qml b/plugins/Marketplace/resources/qml/PackageCard.qml index 56b3519360..5ce24f8dee 100644 --- a/plugins/Marketplace/resources/qml/PackageCard.qml +++ b/plugins/Marketplace/resources/qml/PackageCard.qml @@ -252,7 +252,7 @@ Rectangle RowLayout //Author and action buttons. { - id: authorAndACtionButton + id: authorAndActionButton width: parent.width anchors {