From ac6d55ae2d0c36421462b8f8eeefe8998d8e0e26 Mon Sep 17 00:00:00 2001 From: staked-smart-ace Date: Sat, 16 Jan 2021 02:14:06 +0400 Subject: [PATCH] Updated main tap's profile badge. Fixes #1619 --- ui/app/AppMain.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/app/AppMain.qml b/ui/app/AppMain.qml index 8197f1ed94..d5ed37a18d 100644 --- a/ui/app/AppMain.qml +++ b/ui/app/AppMain.qml @@ -254,8 +254,8 @@ RowLayout { id: profileBadge visible: !profileModel.mnemonic.isBackedUp && sLayout.children[sLayout.currentIndex] !== profileLayoutContainer anchors.top: parent.top - anchors.left: parent.right - anchors.leftMargin: -17 + anchors.right: parent.right + anchors.rightMargin: 4 anchors.topMargin: 5 radius: height / 2 color: Style.current.blue