summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2009-10-28 03:30:10 (GMT)
committerYann Bodson <yann.bodson@nokia.com>2009-10-28 03:30:10 (GMT)
commit84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5 (patch)
tree1d40f1307c545d251b69d930e8df6c6bc737a6bc /examples
parentc3663202dade896078d3466fccdcbac11909f2ba (diff)
downloadQt-84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5.zip
Qt-84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5.tar.gz
Qt-84bc6c6f25c88a84455dfb74e23a8a7e5b9493a5.tar.bz2
QT-2382
Diffstat (limited to 'examples')
-rw-r--r--examples/declarative/listview/itemlist.qml2
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 {