summaryrefslogtreecommitdiffstats
path: root/framework/qml
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 01:34:24 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-07-21 01:34:24 +0200
commit4ecabd624eea1903d3eaffecec6471523fd8f4ce (patch)
tree8c5661aef1b040f5202b952d8745b93e208f822e /framework/qml
parent5df2e0584bb6b0610e2654f3a7d5432be7c6b31c (diff)
downloadkube-4ecabd624eea1903d3eaffecec6471523fd8f4ce.tar.gz
kube-4ecabd624eea1903d3eaffecec6471523fd8f4ce.zip
Underline on active focus
Diffstat (limited to 'framework/qml')
-rw-r--r--framework/qml/InlineAccountSwitcher.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml
index a9ef95f9..c3929b9e 100644
--- a/framework/qml/InlineAccountSwitcher.qml
+++ b/framework/qml/InlineAccountSwitcher.qml
@@ -78,6 +78,7 @@ FocusScope {
78 text: model.name 78 text: model.name
79 font.weight: Font.Bold 79 font.weight: Font.Bold
80 color: Kube.Colors.highlightedTextColor 80 color: Kube.Colors.highlightedTextColor
81 font.underline: accountLabel.activeFocus
81 } 82 }
82 } 83 }
83 84