diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-05 00:27:59 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-05 00:27:59 +0200 |
commit | 4361101206ff10f285715af68adaf2b24ec2f5f0 (patch) | |
tree | 4089b15ed49dc3181020ec3fc57da51648d8d6dc /views/composer/qml/View.qml | |
parent | b4c08c7ed8dcaf46e0966f5d940b75a6e1d8f165 (diff) | |
download | kube-4361101206ff10f285715af68adaf2b24ec2f5f0.tar.gz kube-4361101206ff10f285715af68adaf2b24ec2f5f0.zip |
The TextEditor should be reachable with tab
Diffstat (limited to 'views/composer/qml/View.qml')
-rw-r--r-- | views/composer/qml/View.qml | 1 |
1 files changed, 1 insertions, 0 deletions
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 { | |||
372 | Kube.TextEditor { | 372 | Kube.TextEditor { |
373 | id: textEditor | 373 | id: textEditor |
374 | objectName: "textEditor" | 374 | objectName: "textEditor" |
375 | activeFocusOnTab: true | ||
375 | 376 | ||
376 | Layout.fillWidth: true | 377 | Layout.fillWidth: true |
377 | Layout.fillHeight: true | 378 | Layout.fillHeight: true |