From e8d54701f4e4224ae257bed03f3874c609a7a2cf Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sat, 16 Sep 2017 10:40:55 +0200 Subject: The enabled state is now visualized, what we really want is no hovering --- framework/qml/InlineAccountSwitcher.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/qml') diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 354150a5..846daea6 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml @@ -63,7 +63,7 @@ FocusScope { textColor: Kube.Colors.highlightedTextColor activeFocusOnTab: !isCurrent - enabled: !isCurrent + hoverEnabled: !isCurrent onClicked: root.currentAccount = model.accountId text: model.name font.weight: Font.Bold -- cgit v1.2.3