diff --git a/plugins/Marketplace/resources/qml/Marketplace.qml b/plugins/Marketplace/resources/qml/Marketplace.qml index 1ae82adfff..e1936d6e44 100644 --- a/plugins/Marketplace/resources/qml/Marketplace.qml +++ b/plugins/Marketplace/resources/qml/Marketplace.qml @@ -40,6 +40,7 @@ Window Rectangle { anchors.fill: parent + anchors.topMargin: UM.Theme.getSize("default_margin").height color: UM.Theme.getColor("main_background") ColumnLayout @@ -61,7 +62,7 @@ Window Item { Layout.preferredWidth: parent.width - Layout.preferredHeight: childrenRect.height + UM.Theme.getSize("default_margin").height + Layout.preferredHeight: childrenRect.height Label { @@ -72,7 +73,6 @@ Window leftMargin: UM.Theme.getSize("default_margin").width right: parent.right rightMargin: UM.Theme.getSize("default_margin").width - bottom: parent.bottom } font: UM.Theme.getFont("large") diff --git a/plugins/Marketplace/resources/qml/OnboardBanner.qml b/plugins/Marketplace/resources/qml/OnboardBanner.qml index 62f6b96356..0107d6d816 100644 --- a/plugins/Marketplace/resources/qml/OnboardBanner.qml +++ b/plugins/Marketplace/resources/qml/OnboardBanner.qml @@ -22,7 +22,6 @@ Rectangle margins: UM.Theme.getSize("default_margin").width left: parent.left right: parent.right - top: parent.top } color: UM.Theme.getColor("action_panel_secondary")