diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:42:29 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:42:29 +0200 |
commit | 0ef71d54b6b0b38bcba4cc4e8481af7cfb0212d1 (patch) | |
tree | 6b62cb5d423a01f29dce99497e3a9251bed8f019 /framework/qml/View.qml | |
parent | 47bf501bb37b893690be9344a34eefbe1b370ec0 (diff) | |
download | kube-0ef71d54b6b0b38bcba4cc4e8481af7cfb0212d1.tar.gz kube-0ef71d54b6b0b38bcba4cc4e8481af7cfb0212d1.zip |
Make every view a focus scope
Diffstat (limited to 'framework/qml/View.qml')
-rw-r--r-- | framework/qml/View.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/View.qml b/framework/qml/View.qml index 6a0b51b4..9001a6b3 100644 --- a/framework/qml/View.qml +++ b/framework/qml/View.qml | |||
@@ -24,7 +24,7 @@ import QtQuick.Controls 2.0 as Controls2 | |||
24 | import QtQuick.Layouts 1.1 | 24 | import QtQuick.Layouts 1.1 |
25 | import org.kube.framework 1.0 as Kube | 25 | import org.kube.framework 1.0 as Kube |
26 | 26 | ||
27 | Item { | 27 | FocusScope { |
28 | id: container | 28 | id: container |
29 | 29 | ||
30 | property int visibleViews: 2 | 30 | property int visibleViews: 2 |