From 82c585cc50029af5ce61eccc9516bcf29aa5fd42 Mon Sep 17 00:00:00 2001 From: Jonathan Rainville Date: Mon, 14 Jun 2021 11:40:47 -0400 Subject: [PATCH] fix(TopBar): fix not necessary right anchor --- ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml | 2 -- 1 file changed, 2 deletions(-) diff --git a/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml b/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml index 7c7deae779..d1649a08f3 100644 --- a/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml +++ b/ui/app/AppLayouts/Chat/ChatColumn/TopBar.qml @@ -18,8 +18,6 @@ Item { anchors.leftMargin: this.isGroupChatOrOneToOne ? Style.current.padding : Style.current.padding + 4 anchors.top: parent.top anchors.topMargin: 4 - anchors.right: moreActionsBtn.left - anchors.rightMargin: Style.current.padding + moreActionsBtn.width sourceComponent: this.isGroupChatOrOneToOne ? chatInfoButton : chatInfo }