From 4361101206ff10f285715af68adaf2b24ec2f5f0 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Thu, 5 Jul 2018 00:27:59 +0200 Subject: The TextEditor should be reachable with tab --- views/composer/qml/View.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml index c6b09a7e..e7f7a6d1 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml @@ -372,6 +372,7 @@ Kube.View { Kube.TextEditor { id: textEditor objectName: "textEditor" + activeFocusOnTab: true Layout.fillWidth: true Layout.fillHeight: true -- cgit v1.2.3