fix(StatusAppNavBar): Fixed position of profile button on the NavBar

This commit is contained in:
Khushboo Mehta 2021-11-22 13:51:01 +01:00 committed by Michał Cieślak
parent fb2a93b549
commit 083d648b05

View File

@ -150,7 +150,7 @@ Rectangle {
width: visible ? statusAppNavBar.navBarProfileButton.width : 0
visible: !!statusAppNavBar.navBarProfileButton
anchors.bottom: parent.bottom
anchors.bottomMargin: visible ? 32 : 0
anchors.bottomMargin: visible ? 23 : 0
}
}