Panels: added kb focus to BTPanel, NotifHistory, SidePanel, so they close with ESC.
This commit is contained in:
parent
07e94b0f0e
commit
28677d6888
3 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue