From 419b73845646354ea103b665ed8379b591ebc8e8 Mon Sep 17 00:00:00 2001 From: Khushboo Mehta Date: Mon, 22 Nov 2021 13:51:01 +0100 Subject: [PATCH] fix(StatusAppNavBar): Fixed position of profile button on the NavBar --- src/StatusQ/Layout/StatusAppNavBar.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/StatusQ/Layout/StatusAppNavBar.qml b/src/StatusQ/Layout/StatusAppNavBar.qml index 400583eb..7270e150 100644 --- a/src/StatusQ/Layout/StatusAppNavBar.qml +++ b/src/StatusQ/Layout/StatusAppNavBar.qml @@ -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 } }