fix(StatusNavBarTabButton): fix popup menu positioning
This commit is contained in:
parent
040da2a416
commit
705f140207
|
@ -52,7 +52,7 @@ StatusIconTabButton {
|
||||||
if (popupMenuSlot.active) {
|
if (popupMenuSlot.active) {
|
||||||
statusNavBarTabButton.highlighted = true
|
statusNavBarTabButton.highlighted = true
|
||||||
let btnWidth = statusNavBarTabButton.width
|
let btnWidth = statusNavBarTabButton.width
|
||||||
popupMenuSlot.item.popup(parent.x + btnWidth + 4, parent.y - 2)
|
popupMenuSlot.item.popup(parent.x + btnWidth + 4, -2)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue