From 72e9b822a162d54e68e57ba40a3076892ab10caf Mon Sep 17 00:00:00 2001 From: Michael Bohlender Date: Sat, 18 Jun 2016 15:31:45 +0200 Subject: add tooltips to toolbuttons --- components/package/contents/ui/AccountSwitcher.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'components/package') 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 { Layout.fillHeight: true text: "Account Switcher" + tooltip: "switch accounts, edit them and add new ones" onClicked: { dialog.visible = dialog.visible ? false : true -- cgit v1.2.3