From dcb94568481b7858716354e9379c2e1249babeab Mon Sep 17 00:00:00 2001 From: Remco Burema Date: Thu, 18 Nov 2021 08:44:06 +0100 Subject: [PATCH] Fix CApitalization and spurious space. part of CURA-8561 --- plugins/Marketplace/resources/qml/ManagePackagesButton.qml | 2 +- plugins/Marketplace/resources/qml/PackageCard.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {