From cd5fc3ea02bea45dc81dd33d555cf9d1265f9d3a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 05:48:53 +0200 Subject: Editor focus --- components/kube/contents/ui/ComposerView.qml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'components') diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index a8730328..35ae5255 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml @@ -241,6 +241,7 @@ Kube.View { Kube.IconButton { id: deleteButton + activeFocusOnTab: true iconName: Kube.Icons.moveToTrash visible: enabled enabled: !!model.mail @@ -276,6 +277,7 @@ Kube.View { Kube.TextField { id: subject Layout.fillWidth: true + activeFocusOnTab: true placeholderText: "Enter Subject..." text: composerController.subject @@ -329,6 +331,7 @@ Kube.View { Kube.TextEditor { Layout.fillWidth: true Layout.fillHeight: true + activeFocusOnTab: true onActiveFocusChanged: closeFirstSplitIfNecessary() text: composerController.body onTextChanged: composerController.body = text; -- cgit v1.2.3