fix: fix TopBar Row layout
This commit is contained in:
parent
0b00a426ae
commit
80a3c932ce
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue