summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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