summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativetextedit/data
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-05-03 16:25:39 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-05-03 16:25:39 (GMT)
commitac0a7503d58946b38d4d18bb077dd9530ccbb6f9 (patch)
tree3e16b713e0269147f9d362e7c1384768e98b2c1e /tests/auto/declarative/qdeclarativetextedit/data
parentbf0926fff333398660fd51ae6b08699783100057 (diff)
parent399782c7911c11bba80dd37276f8de0b171c52f8 (diff)
downloadQt-ac0a7503d58946b38d4d18bb077dd9530ccbb6f9.zip
Qt-ac0a7503d58946b38d4d18bb077dd9530ccbb6f9.tar.gz
Qt-ac0a7503d58946b38d4d18bb077dd9530ccbb6f9.tar.bz2
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt
Diffstat (limited to 'tests/auto/declarative/qdeclarativetextedit/data')
-rw-r--r--tests/auto/declarative/qdeclarativetextedit/data/cursorTest.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativetextedit/data/cursorTest.qml b/tests/auto/declarative/qdeclarativetextedit/data/cursorTest.qml
index c7c21fc..f7fb3e7 100644
--- a/tests/auto/declarative/qdeclarativetextedit/data/cursorTest.qml
+++ b/tests/auto/declarative/qdeclarativetextedit/data/cursorTest.qml
@@ -2,6 +2,7 @@ import QtQuick 1.0
Rectangle { width: 300; height: 300; color: "white"
TextEdit { text: "Hello world!"; id: textEditObject; objectName: "textEditObject"
+ anchors.fill: parent
resources: [ Component { id:cursor; Item { id:cursorInstance; objectName: "cursorInstance" } } ]
cursorDelegate: cursor
}