mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-22 11:38:57 +00:00
fix(Chat/ActivityCenter): Activity center context menu keeps moving position
Fixes #5469.
This commit is contained in:
parent
4b6c113b85
commit
45f147fa95
@ -108,7 +108,7 @@ Item {
|
||||
height: 32
|
||||
type: StatusFlatRoundButton.Type.Secondary
|
||||
onClicked: {
|
||||
let p = moreActionsBtn.mapToItem(otherButtons, moreActionsBtn.x, moreActionsMenu.y)
|
||||
let p = moreActionsBtn.mapToItem(otherButtons, moreActionsBtn.x, moreActionsBtn.y)
|
||||
moreActionsMenu.popup(moreActionsBtn.width - moreActionsMenu.width, p.y + moreActionsBtn.height + 4)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user