diff options
author | Yann Bodson <yann.bodson@nokia.com> | 2009-10-28 03:30:10 (GMT) |
---|---|---|
committer | Yann Bodson <yann.bodson@nokia.com> | 2009-10-28 03:30:10 (GMT) |
commit | 84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5 (patch) | |
tree | 1d40f1307c545d251b69d930e8df6c6bc737a6bc /examples/declarative/listview | |
parent | c3663202dade896078d3466fccdcbac11909f2ba (diff) | |
download | Qt-84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5.zip Qt-84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5.tar.gz Qt-84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5.tar.bz2 |
QT-2382
Diffstat (limited to 'examples/declarative/listview')
-rw-r--r-- | examples/declarative/listview/itemlist.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/declarative/listview/itemlist.qml b/examples/declarative/listview/itemlist.qml index 77f5c2d..6ce4287 100644 --- a/examples/declarative/listview/itemlist.qml +++ b/examples/declarative/listview/itemlist.qml @@ -32,7 +32,7 @@ Rectangle { preferredHighlightBegin: 0 preferredHighlightEnd: 0 highlightRangeMode: "StrictlyEnforceRange" - orientation: "Horizontal" + orientation: ListView.Horizontal } Rectangle { |