summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
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 }