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
|
preferredWidth: 380
|
||||||
preferredHeight: 500
|
preferredHeight: 500
|
||||||
|
panelKeyboardFocus: true
|
||||||
|
|
||||||
panelContent: Rectangle {
|
panelContent: Rectangle {
|
||||||
color: Color.transparent
|
color: Color.transparent
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,7 @@ NPanel {
|
||||||
preferredWidth: 380
|
preferredWidth: 380
|
||||||
preferredHeight: 500
|
preferredHeight: 500
|
||||||
panelAnchorRight: true
|
panelAnchorRight: true
|
||||||
|
panelKeyboardFocus: true
|
||||||
|
|
||||||
panelContent: Rectangle {
|
panelContent: Rectangle {
|
||||||
id: notificationRect
|
id: notificationRect
|
||||||
|
|
|
||||||
|
|
@ -12,6 +12,7 @@ NPanel {
|
||||||
|
|
||||||
preferredWidth: 460
|
preferredWidth: 460
|
||||||
preferredHeight: 734
|
preferredHeight: 734
|
||||||
|
panelKeyboardFocus: true
|
||||||
|
|
||||||
panelContent: Item {
|
panelContent: Item {
|
||||||
id: content
|
id: content
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue