summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlbehaviors/data/color.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmlbehaviors/data/color.qml')
-rw-r--r--tests/auto/declarative/qmlbehaviors/data/color.qml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlbehaviors/data/color.qml b/tests/auto/declarative/qmlbehaviors/data/color.qml
index 6598703..91dbbd1 100644
--- a/tests/auto/declarative/qmlbehaviors/data/color.qml
+++ b/tests/auto/declarative/qmlbehaviors/data/color.qml
@@ -7,9 +7,9 @@ Rectangle {
objectName: "MyRect"
width: 100; height: 100;
color: "green"
- color: Behavior { ColorAnimation { duration: 200; } }
+ color: Behavior { ColorAnimation { duration: 500; } }
}
- MouseRegion {
+ MouseArea {
id: clicker
anchors.fill: parent
}