From 6ef0a35c158f9a93791239e8db87eaf1d749a752 Mon Sep 17 00:00:00 2001 From: "c.lamboo" Date: Wed, 11 Jan 2023 18:23:42 +0100 Subject: [PATCH] Fix error where icon in the marketplace would not show CURA-10139 --- plugins/Marketplace/resources/qml/PackageCardHeader.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/Marketplace/resources/qml/PackageCardHeader.qml b/plugins/Marketplace/resources/qml/PackageCardHeader.qml index 58dfba84e1..83e16c9b5a 100644 --- a/plugins/Marketplace/resources/qml/PackageCardHeader.qml +++ b/plugins/Marketplace/resources/qml/PackageCardHeader.qml @@ -45,8 +45,6 @@ Item visible: parent.packageHasIcon anchors.fill: parent source: packageData.iconUrl - sourceSize.height: height - sourceSize.width: width } UM.ColorImage