fix: fix TopBar Row layout

This commit is contained in:
Jonathan Rainville 2021-06-11 13:59:03 -04:00
parent 0b00a426ae
commit 80a3c932ce
1 changed files with 83 additions and 79 deletions

View File

@ -66,11 +66,15 @@ Item {
}
}
Row {
height: parent.height
anchors.right: parent.right
anchors.rightMargin: Style.current.smallPadding
spacing: 12
StatusContextMenuButton {
id: moreActionsBtn
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
anchors.rightMargin: Style.current.smallPadding
onClicked: {
var menu = chatContextMenu;