summaryrefslogtreecommitdiffstats
path: root/components/package/contents
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2016-06-18 15:31:45 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2016-06-18 15:31:45 +0200
commit72e9b822a162d54e68e57ba40a3076892ab10caf (patch)
treeceae0a50db253b8e975ee09853f602fd90a28d15 /components/package/contents
parentfda0a475a3378f0f84e08db8b6a75bef75ea3ee2 (diff)
downloadkube-72e9b822a162d54e68e57ba40a3076892ab10caf.tar.gz
kube-72e9b822a162d54e68e57ba40a3076892ab10caf.zip
add tooltips to toolbuttons
Diffstat (limited to 'components/package/contents')
-rw-r--r--components/package/contents/ui/AccountSwitcher.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml
index 8f7ebb08..da878acf 100644
--- a/components/package/contents/ui/AccountSwitcher.qml
+++ b/components/package/contents/ui/AccountSwitcher.qml
@@ -31,6 +31,7 @@ Button {
31 Layout.fillHeight: true 31 Layout.fillHeight: true
32 32
33 text: "Account Switcher" 33 text: "Account Switcher"
34 tooltip: "switch accounts, edit them and add new ones"
34 35
35 onClicked: { 36 onClicked: {
36 dialog.visible = dialog.visible ? false : true 37 dialog.visible = dialog.visible ? false : true