Place the on boarding banners in the correct place in the marketplace

To comply with the UX design

CURA-8564
This commit is contained in:
casper 2021-11-30 12:20:21 +01:00
parent 5a148e459f
commit d291ea85a2

View File

@ -49,15 +49,6 @@ Window
spacing: UM.Theme.getSize("default_margin").height
OnboardBanner
{
visible: content.item && content.item.bannerVisible
text: content.item && content.item.bannerText
icon: content.item && content.item.bannerIcon
onRemove: content.item && content.item.onRemoveBanner
readMoreUrl: content.item && content.item.bannerReadMoreUrl
}
// Page title.
Item
{
@ -81,6 +72,15 @@ Window
}
}
OnboardBanner
{
visible: content.item && content.item.bannerVisible
text: content.item && content.item.bannerText
icon: content.item && content.item.bannerIcon
onRemove: content.item && content.item.onRemoveBanner
readMoreUrl: content.item && content.item.bannerReadMoreUrl
}
// Search & Top-Level Tabs
Item
{