mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-11 06:47:01 +00:00
[#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:
parent
728a97389d
commit
fe08c0bdc8
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user