From bd7a73e7ef6122abd71d553064231e9587c4466c Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 16 Dec 2021 17:31:08 +0100 Subject: [PATCH] Invert style of install button Contribute to CURA-8587 --- plugins/Marketplace/resources/qml/PackageCardHeader.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Marketplace/resources/qml/PackageCardHeader.qml b/plugins/Marketplace/resources/qml/PackageCardHeader.qml index 3d99b23907..feebe4d8b5 100644 --- a/plugins/Marketplace/resources/qml/PackageCardHeader.qml +++ b/plugins/Marketplace/resources/qml/PackageCardHeader.qml @@ -198,7 +198,7 @@ Item visible: showManageButtons && (packageData.canDowngrade || !packageData.isBundled) enabled: !packageData.busy busy: packageData.busy - button_style: packageData.isInstalled || packageData.isToBeInstalled + button_style: !(packageData.isInstalled || packageData.isToBeInstalled) Layout.alignment: Qt.AlignTop text: