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:
authorj.delarago <joeydelarago@gmail.com>2022-04-26 16:55:08 +0300
committerj.delarago <joeydelarago@gmail.com>2022-04-26 16:55:08 +0300
commit16bb9952c731ec77cefa897d5082accd9264b663 (patch)
tree2cf4e57f109fed95c1f60e8ea3563a95138e1942 /plugins/Marketplace/resources
parenta57c358a046ab396305d755ceb5cfe41eb591a19 (diff)
Fix marketplace external link button being tiny.CURA-9194_tiny_marketplace_icon
CURA-9194
Diffstat (limited to 'plugins/Marketplace/resources')
-rw-r--r--plugins/Marketplace/resources/qml/PackageCardHeader.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Marketplace/resources/qml/PackageCardHeader.qml b/plugins/Marketplace/resources/qml/PackageCardHeader.qml
index 8e25e5c64c..9d401c5253 100644
--- a/plugins/Marketplace/resources/qml/PackageCardHeader.qml
+++ b/plugins/Marketplace/resources/qml/PackageCardHeader.qml
@@ -119,8 +119,8 @@ Item
topPadding: UM.Theme.getSize("narrow_margin").width
bottomPadding: UM.Theme.getSize("narrow_margin").width
- Layout.preferredWidth: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
- Layout.preferredHeight: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
+ width: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
+ height: UM.Theme.getSize("card_tiny_icon").width + 2 * padding
contentItem: UM.ColorImage
{
source: UM.Theme.getIcon("LinkExternal")