summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--components/kube/contents/ui/Kube.qml5
1 files changed, 4 insertions, 1 deletions
diff --git a/components/kube/contents/ui/Kube.qml b/components/kube/contents/ui/Kube.qml
index 78fc8b29..bd562d52 100644
--- a/components/kube/contents/ui/Kube.qml
+++ b/components/kube/contents/ui/Kube.qml
@@ -118,7 +118,7 @@ Controls2.ApplicationWindow {
118 Kube.IconButton { 118 Kube.IconButton {
119 iconName: Kube.Icons.search_inverted 119 iconName: Kube.Icons.search_inverted
120 onClicked: search.open() 120 onClicked: search.open()
121 121 activeFocusOnTab: true
122 122
123 Kube.ToolTip { 123 Kube.ToolTip {
124 text: qsTr("search") 124 text: qsTr("search")
@@ -129,6 +129,7 @@ Controls2.ApplicationWindow {
129 Kube.IconButton { 129 Kube.IconButton {
130 iconName: Kube.Icons.edit_inverted 130 iconName: Kube.Icons.edit_inverted
131 onClicked: kubeViews.openComposer(false) 131 onClicked: kubeViews.openComposer(false)
132 activeFocusOnTab: true
132 133
133 Kube.ToolTip { 134 Kube.ToolTip {
134 text: qsTr("composer") 135 text: qsTr("composer")
@@ -139,6 +140,7 @@ Controls2.ApplicationWindow {
139 Kube.IconButton { 140 Kube.IconButton {
140 iconName: Kube.Icons.mail_inverted 141 iconName: Kube.Icons.mail_inverted
141 onClicked: kubeViews.setMailView() 142 onClicked: kubeViews.setMailView()
143 activeFocusOnTab: true
142 144
143 Kube.ToolTip { 145 Kube.ToolTip {
144 text: qsTr("mails") 146 text: qsTr("mails")
@@ -149,6 +151,7 @@ Controls2.ApplicationWindow {
149 Kube.IconButton { 151 Kube.IconButton {
150 iconName: Kube.Icons.user_inverted 152 iconName: Kube.Icons.user_inverted
151 onClicked: kubeViews.setPeopleView() 153 onClicked: kubeViews.setPeopleView()
154 activeFocusOnTab: true
152 155
153 Kube.ToolTip { 156 Kube.ToolTip {
154 text: qsTr("people") 157 text: qsTr("people")