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 }