summaryrefslogtreecommitdiffstats
path: root/framework/qml/Popup.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Popup.qml')
-rw-r--r--framework/qml/Popup.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Popup.qml b/framework/qml/Popup.qml
index dc3bd349..8ce7916a 100644
--- a/framework/qml/Popup.qml
+++ b/framework/qml/Popup.qml
@@ -30,4 +30,5 @@ T.Popup {
30 color: Colors.backgroundColor 30 color: Colors.backgroundColor
31 } 31 }
32 modal: true 32 modal: true
33 focus: true
33} 34}