summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 05:44:25 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 05:44:25 +0200
commit4ec6700476de731ca1f3ccd40615d73481ac253b (patch)
tree659b8ffb0f7b7710b29bfacbea4c30f44651a1a3
parent0ef71d54b6b0b38bcba4cc4e8481af7cfb0212d1 (diff)
downloadkube-4ec6700476de731ca1f3ccd40615d73481ac253b.tar.gz
kube-4ec6700476de731ca1f3ccd40615d73481ac253b.zip
ComposerView focus
-rw-r--r--components/kube/contents/ui/ComposerView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml
index 1d9c36da..a8730328 100644
--- a/components/kube/contents/ui/ComposerView.qml
+++ b/components/kube/contents/ui/ComposerView.qml
@@ -77,7 +77,6 @@ Kube.View {
77 Layout.minimumWidth: Kube.Units.gridUnit * 5 77 Layout.minimumWidth: Kube.Units.gridUnit * 5
78 78
79 color: Kube.Colors.textColor 79 color: Kube.Colors.textColor
80 focus: true
81 80
82 ColumnLayout { 81 ColumnLayout {
83 82
@@ -109,6 +108,7 @@ Kube.View {
109 108
110 Kube.ListView { 109 Kube.ListView {
111 id: listView 110 id: listView
111 activeFocusOnTab: true
112 112
113 anchors { 113 anchors {
114 left: parent.left 114 left: parent.left