From 5245375311745b5bb35e695ac70d8eebf44f2e5f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 05:36:54 +0200 Subject: Active focus on tab for buttons --- components/kube/contents/ui/Kube.qml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'components') 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 { Kube.IconButton { iconName: Kube.Icons.search_inverted onClicked: search.open() - + activeFocusOnTab: true Kube.ToolTip { text: qsTr("search") @@ -129,6 +129,7 @@ Controls2.ApplicationWindow { Kube.IconButton { iconName: Kube.Icons.edit_inverted onClicked: kubeViews.openComposer(false) + activeFocusOnTab: true Kube.ToolTip { text: qsTr("composer") @@ -139,6 +140,7 @@ Controls2.ApplicationWindow { Kube.IconButton { iconName: Kube.Icons.mail_inverted onClicked: kubeViews.setMailView() + activeFocusOnTab: true Kube.ToolTip { text: qsTr("mails") @@ -149,6 +151,7 @@ Controls2.ApplicationWindow { Kube.IconButton { iconName: Kube.Icons.user_inverted onClicked: kubeViews.setPeopleView() + activeFocusOnTab: true Kube.ToolTip { text: qsTr("people") -- cgit v1.2.3