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 r4bbit.eth
parent eed0b83a2d
commit 419b738456
1 changed files with 1 additions and 1 deletions

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
}
}