summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/states/data/anchorChanges5.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/states/data/anchorChanges5.qml')
-rw-r--r--tests/auto/declarative/states/data/anchorChanges5.qml6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/auto/declarative/states/data/anchorChanges5.qml b/tests/auto/declarative/states/data/anchorChanges5.qml
index 2d4b3c0..4e6d34b 100644
--- a/tests/auto/declarative/states/data/anchorChanges5.qml
+++ b/tests/auto/declarative/states/data/anchorChanges5.qml
@@ -4,13 +4,13 @@ Rectangle {
width: 200; height: 200
Rectangle {
id: myRect
- objectName: "myRect"
+ objectName: "MyRect"
color: "green";
anchors.horizontalCenter: parent.horizontalCenter
anchors.baseline: parent.baseline
}
- Item { objectName: "leftGuideline"; id: leftGuideline; x: 10 }
- Item { objectName: "bottomGuideline"; id: bottomGuideline; y: 150 }
+ Item { objectName: "LeftGuideline"; id: leftGuideline; x: 10 }
+ Item { objectName: "BottomGuideline"; id: bottomGuideline; y: 150 }
states: State {
name: "reanchored"
AnchorChanges {