diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-16 10:40:55 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-09-16 10:40:55 +0200 |
commit | e8d54701f4e4224ae257bed03f3874c609a7a2cf (patch) | |
tree | 15917d191e7d30e620b31f46a8d9a37fcdfeb4b0 /framework | |
parent | 0aab234217afc93c2e40d462b1707c467e58b010 (diff) | |
download | kube-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.qml | 2 |
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 |