From 6d1ffbde6920fd9dd08be8823f67a6f78fd91b24 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 29 Nov 2021 11:59:46 +0100 Subject: [PATCH] Remove superfluous anchors.fill This is already set by the StackView, which (logically) requires that the children fill the entire space taken by the StackView. Contributes to issue CURA-8565. --- plugins/Marketplace/resources/qml/Marketplace.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/Marketplace/resources/qml/Marketplace.qml b/plugins/Marketplace/resources/qml/Marketplace.qml index b293d21f92..951de77f19 100644 --- a/plugins/Marketplace/resources/qml/Marketplace.qml +++ b/plugins/Marketplace/resources/qml/Marketplace.qml @@ -53,7 +53,6 @@ Window ColumnLayout { id: packageBrowse - anchors.fill: parent spacing: UM.Theme.getSize("default_margin").height