fix(TopBar): fix not necessary right anchor
This commit is contained in:
parent
1ecb636f58
commit
82c585cc50
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue