fix: unbreak StatusAppNavBar margins

partially revert ba811acc27 and silence the
warning
This commit is contained in:
Lukáš Tinkl 2023-01-05 12:20:55 +01:00 committed by Lukáš Tinkl
parent f6355dc4a6
commit 01f2e645bc
1 changed files with 5 additions and 6 deletions

View File

@ -24,11 +24,6 @@ Rectangle {
property alias profileComponent: profileItemLoader.sourceComponent
implicitWidth: 78
anchors {
fill: parent
topMargin: 48
bottomMargin: 24
}
color: Theme.palette.statusAppNavBar.backgroundColor
@ -45,7 +40,11 @@ Rectangle {
ColumnLayout {
id: layout
anchors.fill: parent
anchors {
fill: parent
topMargin: 48
bottomMargin: 24
}
spacing: d.spacing