summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorJoona Petrell <joona.t.petrell@nokia.com>2010-08-18 05:22:36 (GMT)
committerJoona Petrell <joona.t.petrell@nokia.com>2010-08-18 05:22:58 (GMT)
commita082d8ee8d27aaa190d28c2493b8f0326e2c9724 (patch)
tree2758d074b8b946cec25dd5c2f521d8516fc2f872 /examples
parent401ff4b290fcff0ef599af5986bc0b7816380575 (diff)
downloadQt-a082d8ee8d27aaa190d28c2493b8f0326e2c9724.zip
Qt-a082d8ee8d27aaa190d28c2493b8f0326e2c9724.tar.gz
Qt-a082d8ee8d27aaa190d28c2493b8f0326e2c9724.tar.bz2
Fix previous commit
Task-number: Reviewed-by: Trust me
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/threading/threadedlistmodel/timedisplay.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/threading/threadedlistmodel/timedisplay.qml b/examples/declarative/threading/threadedlistmodel/timedisplay.qml
index 9fc3eb3..d807955 100644
--- a/examples/declarative/threading/threadedlistmodel/timedisplay.qml
+++ b/examples/declarative/threading/threadedlistmodel/timedisplay.qml
@@ -47,7 +47,7 @@ Rectangle {
height: 300
ListView {
-
+ anchors.fill: parent
model: listModel
delegate: Component {
Text { text: time }