summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativepositioners/data/flowtest.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/flowtest.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/flowtest.qml')
-rw-r--r--tests/auto/declarative/qdeclarativepositioners/data/flowtest.qml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativepositioners/data/flowtest.qml b/tests/auto/declarative/qdeclarativepositioners/data/flowtest.qml
index bd13bac..6c1c823 100644
--- a/tests/auto/declarative/qdeclarativepositioners/data/flowtest.qml
+++ b/tests/auto/declarative/qdeclarativepositioners/data/flowtest.qml
@@ -4,7 +4,8 @@ Item {
width: 90
height: 480
Flow {
- anchors.fill: parent
+ objectName: "flow"
+ width: parent.width
Rectangle {
objectName: "one"
color: "red"