Panels: added kb focus to BTPanel, NotifHistory, SidePanel, so they close with ESC.

This commit is contained in:
LemmyCook 2025-09-12 11:29:46 -04:00
parent 07e94b0f0e
commit 28677d6888
3 changed files with 3 additions and 0 deletions

View file

@ -13,6 +13,7 @@ NPanel {
preferredWidth: 380
preferredHeight: 500
panelKeyboardFocus: true
panelContent: Rectangle {
color: Color.transparent

View file

@ -15,6 +15,7 @@ NPanel {
preferredWidth: 380
preferredHeight: 500
panelAnchorRight: true
panelKeyboardFocus: true
panelContent: Rectangle {
id: notificationRect

View file

@ -12,6 +12,7 @@ NPanel {
preferredWidth: 460
preferredHeight: 734
panelKeyboardFocus: true
panelContent: Item {
id: content