From 2853be3b7ff69e39e0b79db4b3ef4eb42b135b34 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Fri, 21 Jul 2017 06:19:31 +0200 Subject: Use activeFocus --- framework/qml/Button.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework') diff --git a/framework/qml/Button.qml b/framework/qml/Button.qml index 83f02cff..80b7451a 100644 --- a/framework/qml/Button.qml +++ b/framework/qml/Button.qml @@ -38,7 +38,7 @@ T.Button { color: Colors.buttonColor border.width: 2 - border.color: root.focus && !root.pressed ? Colors.highlightColor : Colors.buttonColor + border.color: root.activeFocus && !root.pressed ? Colors.highlightColor : Colors.buttonColor Rectangle { anchors.fill: parent -- cgit v1.2.3