summaryrefslogtreecommitdiffstats
path: root/framework/qml/Popup.qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-25 17:47:37 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-25 17:47:37 +0200
commitc510985f0c51854b6310b33ec5aa59ad188f4cfc (patch)
treef0bbdc7a79f57547c79dfd8da9b49ba5aeffda61 /framework/qml/Popup.qml
parentcf7cc1d9707399c3cc270f4b3c6987175d7baf49 (diff)
downloadkube-c510985f0c51854b6310b33ec5aa59ad188f4cfc.tar.gz
kube-c510985f0c51854b6310b33ec5aa59ad188f4cfc.zip
Keyboard focus for toolbar and folder list
Diffstat (limited to 'framework/qml/Popup.qml')
-rw-r--r--framework/qml/Popup.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml
index baba4933..dc3bd349 100644
--- a/framework/qml/Popup.qml
+++ b/framework/qml/Popup.qml
@@ -29,6 +29,5 @@ T.Popup {
29 background: Rectangle { 29 background: Rectangle {
30 color: Colors.backgroundColor 30 color: Colors.backgroundColor
31 } 31 }
32 focus: true
33 modal: true 32 modal: true
34} 33}