fix(StatusAppNavBar): fix profile icon bottom margin
it should be 24px from the bottom according to the design
This commit is contained in:
parent
0e50dbd034
commit
4d76daa4e7
|
@ -169,6 +169,6 @@ Rectangle {
|
|||
width: visible? statusAppNavBar.navBarProfileButton.width : 0
|
||||
visible: !!statusAppNavBar.navBarProfileButton
|
||||
anchors.bottom: parent.bottom
|
||||
anchors.bottomMargin: visible ? 32 : 0
|
||||
anchors.bottomMargin: visible ? 24 : 0
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue