summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-04-01 03:39:57 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-04-01 03:39:57 (GMT)
commite890d1d289a299d8e9734b4d96b58fc9c5e0768d (patch)
tree4e5e20852ba3d76c5406b058f25f940dd506124a /tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml
parente60100c33e9b2b868350e588157de79fd1cb8a7e (diff)
parenta26d7ada2ece592ae9447b4eae95c3add61a34d7 (diff)
downloadQt-e890d1d289a299d8e9734b4d96b58fc9c5e0768d.zip
Qt-e890d1d289a299d8e9734b4d96b58fc9c5e0768d.tar.gz
Qt-e890d1d289a299d8e9734b4d96b58fc9c5e0768d.tar.bz2
Merge branch '4.7' of scm.dev.nokia.troll.no:qt/qt-qml into 4.7
Diffstat (limited to 'tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml')
-rw-r--r--tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml b/tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml
index 32bf775..fb9fdd1 100644
--- a/tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml
+++ b/tests/auto/declarative/qdeclarativepositioners/data/horizontal-spacing.qml
@@ -4,6 +4,7 @@ Item {
width: 640
height: 480
Row {
+ objectName: "row"
spacing: 10
Rectangle {
objectName: "one"