summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/declarative/anchors/data/anchors.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/declarative/anchors/data/anchors.qml b/tests/auto/declarative/anchors/data/anchors.qml
index b3fba30..b880762 100644
--- a/tests/auto/declarative/anchors/data/anchors.qml
+++ b/tests/auto/declarative/anchors/data/anchors.qml
@@ -97,7 +97,7 @@ Rectangle {
id: rect18; objectName: "rect18"
x: 180; width: 10
anchors.top: masterRect.bottom
- anchors.bottom: Rect12.top
+ anchors.bottom: rect12.top
}
Rectangle {
id: rect19; objectName: "rect19"