diff options
author | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:37:55 +0200 |
---|---|---|
committer | Michael Bohlender <michael.bohlender@kdemail.net> | 2017-04-06 13:37:55 +0200 |
commit | b68a8d2360d10adf9d42c73a5255ac4c03f71155 (patch) | |
tree | 536d1cdd9c58096d26f921a9a29baf8a244ff1a7 /framework/qml/PositiveButton.qml | |
parent | d41bf1a31bc25761aec676b48194b949fd86114b (diff) | |
download | kube-b68a8d2360d10adf9d42c73a5255ac4c03f71155.tar.gz kube-b68a8d2360d10adf9d42c73a5255ac4c03f71155.zip |
fix typo
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 f526968b..8265a71a 100644 --- a/framework/qml/PositiveButton.qml +++ b/framework/qml/PositiveButton.qml | |||
@@ -34,7 +34,7 @@ T.Button { | |||
34 | hoverEnabled: true | 34 | hoverEnabled: true |
35 | 35 | ||
36 | background: Rectangle { | 36 | background: Rectangle { |
37 | color: root.pressed ? Colors.highlightColor : Colors.positveColor | 37 | color: root.pressed ? Colors.highlightColor : Colors.positiveColor |
38 | 38 | ||
39 | Rectangle { | 39 | Rectangle { |
40 | anchors.fill: parent | 40 | anchors.fill: parent |