From 0ef71d54b6b0b38bcba4cc4e8481af7cfb0212d1 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 05:42:29 +0200 Subject: Make every view a focus scope --- framework/qml/View.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') 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 import QtQuick.Layouts 1.1 import org.kube.framework 1.0 as Kube -Item { +FocusScope { id: container property int visibleViews: 2 -- cgit v1.2.3