SidePanel: fix #218 sidepanel should open next to the button (as other panels)
This commit is contained in:
parent
e5aee79d47
commit
5910c65bcf
2 changed files with 1 additions and 2 deletions
|
|
@ -21,7 +21,7 @@ NIconButton {
|
|||
colorBorderHover: Color.transparent
|
||||
|
||||
anchors.verticalCenter: parent.verticalCenter
|
||||
onClicked: PanelService.getPanel("sidePanel")?.toggle(screen)
|
||||
onClicked: PanelService.getPanel("sidePanel")?.toggle(screen, this)
|
||||
onRightClicked: PanelService.getPanel("settingsPanel")?.toggle(screen)
|
||||
|
||||
// When enabled, draw the distro logo instead of the icon glyph
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue