NPanel now can properly be positioned relative to their opener (button)
This commit is contained in:
parent
3c39ea192b
commit
f3ae0101d7
6 changed files with 66 additions and 31 deletions
|
|
@ -31,5 +31,5 @@ NIconButton {
|
|||
}
|
||||
}
|
||||
tooltipText: "Bluetooth Devices"
|
||||
onClicked: PanelService.getPanel("bluetoothPanel")?.toggle(screen)
|
||||
onClicked: PanelService.getPanel("bluetoothPanel")?.toggle(screen, this)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue