fix(StatusAppNavBar): Fixed position of profile button on the NavBar
This commit is contained in:
parent
eed0b83a2d
commit
419b738456
@ -150,7 +150,7 @@ Rectangle {
|
|||||||
width: visible ? statusAppNavBar.navBarProfileButton.width : 0
|
width: visible ? statusAppNavBar.navBarProfileButton.width : 0
|
||||||
visible: !!statusAppNavBar.navBarProfileButton
|
visible: !!statusAppNavBar.navBarProfileButton
|
||||||
anchors.bottom: parent.bottom
|
anchors.bottom: parent.bottom
|
||||||
anchors.bottomMargin: visible ? 32 : 0
|
anchors.bottomMargin: visible ? 23 : 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user