fix: unbreak StatusAppNavBar margins
partially revert ba811acc27
and silence the
warning
This commit is contained in:
parent
f6355dc4a6
commit
01f2e645bc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue