[#2584] Fixing 'more' chat menu position

Re-parented to 'more' button so that it's
following that when scaling the window

Closes #2584
This commit is contained in:
Alexandra Betouni 2021-08-03 16:54:57 +03:00 committed by Iuri Matias
parent 728a97389d
commit fe08c0bdc8
1 changed files with 4 additions and 2 deletions

View File

@ -138,12 +138,14 @@ Rectangle {
if (typeof isMessageActive !== "undefined") {
setMessageActive(messageId, true)
}
clickMessage(false, isSticker, false, null, false, true)
clickMessage(false, isSticker, false, null, false, true);
messageContextMenu.parent = otherBtn;
messageContextMenu.x = 0;
messageContextMenu.y = (parent.height/2);
}
onHoveredChanged: {
buttonsContainer.hoverChanged(this.hovered)
}
StatusToolTip {
visible: otherBtn.hovered
//% "More"