diff options
author | Bea Lam <bea.lam@nokia.com> | 2010-04-13 06:04:40 (GMT) |
---|---|---|
committer | Bea Lam <bea.lam@nokia.com> | 2010-04-13 06:07:19 (GMT) |
commit | 38ddecfd87399ed92729f122d940cce812c44ec2 (patch) | |
tree | d52395429119e8e38b8624682f0da1018fe4e527 /examples/declarative/listview/highlight.qml | |
parent | a34993a9d8d1b9b3f3ad30604dbad3ad456bbdcd (diff) | |
download | Qt-38ddecfd87399ed92729f122d940cce812c44ec2.zip Qt-38ddecfd87399ed92729f122d940cce812c44ec2.tar.gz Qt-38ddecfd87399ed92729f122d940cce812c44ec2.tar.bz2 |
Example fixes
Diffstat (limited to 'examples/declarative/listview/highlight.qml')
-rw-r--r-- | examples/declarative/listview/highlight.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/listview/highlight.qml b/examples/declarative/listview/highlight.qml index 2f7f2ca..50ba2f7 100644 --- a/examples/declarative/listview/highlight.qml +++ b/examples/declarative/listview/highlight.qml @@ -43,6 +43,7 @@ Rectangle { SpringFollow on y { to: list1.currentItem.y; spring: 3; damping: 0.1 } } } + ListView { id: list1 width: 200; height: parent.height |