diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 01:34:24 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 01:34:24 +0200 |
commit | 4ecabd624eea1903d3eaffecec6471523fd8f4ce (patch) | |
tree | 8c5661aef1b040f5202b952d8745b93e208f822e | |
parent | 5df2e0584bb6b0610e2654f3a7d5432be7c6b31c (diff) | |
download | kube-4ecabd624eea1903d3eaffecec6471523fd8f4ce.tar.gz kube-4ecabd624eea1903d3eaffecec6471523fd8f4ce.zip |
Underline on active focus
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 1 |
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 | ||