summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/View.qml2
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
24import QtQuick.Layouts 1.1 24import QtQuick.Layouts 1.1
25import org.kube.framework 1.0 as Kube 25import org.kube.framework 1.0 as Kube
26 26
27Item { 27FocusScope {
28 id: container 28 id: container
29 29
30 property int visibleViews: 2 30 property int visibleViews: 2