summaryrefslogtreecommitdiffstats
path: root/framework/qml/PositiveButton.qml
diff options
context:
space:
mode:
authorMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 13:37:55 +0200
committerMichael Bohlender <michael.bohlender@kdemail.net>2017-04-06 13:37:55 +0200
commitb68a8d2360d10adf9d42c73a5255ac4c03f71155 (patch)
tree536d1cdd9c58096d26f921a9a29baf8a244ff1a7 /framework/qml/PositiveButton.qml
parentd41bf1a31bc25761aec676b48194b949fd86114b (diff)
downloadkube-b68a8d2360d10adf9d42c73a5255ac4c03f71155.tar.gz
kube-b68a8d2360d10adf9d42c73a5255ac4c03f71155.zip
fix typo
Diffstat (limited to 'framework/qml/PositiveButton.qml')
-rw-r--r--framework/qml/PositiveButton.qml2
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