mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-17 00:56:39 +00:00
fix: unbreak StatusAppNavBar margins
partially revert ba811acc27eb27f73a4259e318f9e0d9c0f5f6fa 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…
x
Reference in New Issue
Block a user