mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-05-29 17:12:04 +00:00
Panels: added kb focus to BTPanel, NotifHistory, SidePanel, so they close with ESC.
This commit is contained in:
@@ -13,6 +13,7 @@ NPanel {
|
||||
|
||||
preferredWidth: 380
|
||||
preferredHeight: 500
|
||||
panelKeyboardFocus: true
|
||||
|
||||
panelContent: Rectangle {
|
||||
color: Color.transparent
|
||||
|
||||
@@ -15,6 +15,7 @@ NPanel {
|
||||
preferredWidth: 380
|
||||
preferredHeight: 500
|
||||
panelAnchorRight: true
|
||||
panelKeyboardFocus: true
|
||||
|
||||
panelContent: Rectangle {
|
||||
id: notificationRect
|
||||
|
||||
@@ -12,6 +12,7 @@ NPanel {
|
||||
|
||||
preferredWidth: 460
|
||||
preferredHeight: 734
|
||||
panelKeyboardFocus: true
|
||||
|
||||
panelContent: Item {
|
||||
id: content
|
||||
|
||||
Reference in New Issue
Block a user