diff options
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r-- | framework/qml/PositiveButton.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/PositiveButton.qml b/framework/qml/PositiveButton.qml index 4293d082..a3b68d26 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -38,7 +38,7 @@ T.Button { | |||
38 | color: Colors.positiveColor | 38 | color: Colors.positiveColor |
39 | 39 | ||
40 | border.width: 2 | 40 | border.width: 2 |
41 | border.color: root.activeFocus && !root.pressed ? Colors.highlightColor : Colors.positiveColor | 41 | border.color: root.visualFocus && !root.pressed ? Colors.highlightColor : Colors.positiveColor |
42 | 42 | ||
43 | Rectangle { | 43 | Rectangle { |
44 | anchors.fill: parent | 44 | anchors.fill: parent |