fix(TopBar): fix not necessary right anchor

This commit is contained in:
Jonathan Rainville 2021-06-14 11:40:47 -04:00
parent 1ecb636f58
commit 82c585cc50
1 changed files with 0 additions and 2 deletions

View File

@ -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
}