summaryrefslogtreecommitdiffstats
path: root/framework
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-16 10:40:55 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-09-16 10:40:55 +0200
commite8d54701f4e4224ae257bed03f3874c609a7a2cf (patch)
tree15917d191e7d30e620b31f46a8d9a37fcdfeb4b0 /framework
parent0aab234217afc93c2e40d462b1707c467e58b010 (diff)
downloadkube-e8d54701f4e4224ae257bed03f3874c609a7a2cf.tar.gz
kube-e8d54701f4e4224ae257bed03f3874c609a7a2cf.zip
The enabled state is now visualized, what we really want is no hovering
Diffstat (limited to 'framework')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml2
1 files changed, 1 insertions, 1 deletions
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 {
63 63
64 textColor: Kube.Colors.highlightedTextColor 64 textColor: Kube.Colors.highlightedTextColor
65 activeFocusOnTab: !isCurrent 65 activeFocusOnTab: !isCurrent
66 enabled: !isCurrent 66 hoverEnabled: !isCurrent
67 onClicked: root.currentAccount = model.accountId 67 onClicked: root.currentAccount = model.accountId
68 text: model.name 68 text: model.name
69 font.weight: Font.Bold 69 font.weight: Font.Bold