diff options
Diffstat (limited to 'framework/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 |