diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:25:46 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-21 05:25:46 +0200 |
commit | 4bb023e6f95d1d885eb1b706e8507473e53bf787 (patch) | |
tree | 7be31e3976482e416a1adb5746f773144350ac6f | |
parent | 8fc5808b5f0dfab59e93d46ef581eebe66a1ffd1 (diff) | |
download | kube-4bb023e6f95d1d885eb1b706e8507473e53bf787.tar.gz kube-4bb023e6f95d1d885eb1b706e8507473e53bf787.zip |
Show highlight on active focus
-rw-r--r-- | framework/qml/IconButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml index b9b20102..62f4d0ff 100644 --- a/framework/qml/IconButton.qml +++ b/framework/qml/IconButton.qml | |||
@@ -37,7 +37,7 @@ T.Button { | |||
37 | background: Rectangle { | 37 | background: Rectangle { |
38 | color: "#2980b9" //FIXME | 38 | color: "#2980b9" //FIXME |
39 | 39 | ||
40 | visible: root.hovered == true | 40 | visible: root.hovered || root.activeFocus |
41 | 41 | ||
42 | Rectangle { | 42 | Rectangle { |
43 | anchors.fill: parent | 43 | anchors.fill: parent |