summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-10-29 07:08:37 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-10-29 07:08:37 (GMT)
commite7c1be332bc89a8e56ec90eb865c9bd8ac14752b (patch)
treecf150b4a59a058f983e7bb75d926b85c76c7c433 /tests
parent97edadb6cdee481a8bbd7a088a0d001de2e4e9be (diff)
parent1dce8e5fa590a5264d7e5d8a5898bde72022c911 (diff)
downloadQt-e7c1be332bc89a8e56ec90eb865c9bd8ac14752b.zip
Qt-e7c1be332bc89a8e56ec90eb865c9bd8ac14752b.tar.gz
Qt-e7c1be332bc89a8e56ec90eb865c9bd8ac14752b.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/listview/data/listview.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/declarative/listview/data/listview.qml b/tests/auto/declarative/listview/data/listview.qml
index 5083329..9039b55 100644
--- a/tests/auto/declarative/listview/data/listview.qml
+++ b/tests/auto/declarative/listview/data/listview.qml
@@ -31,6 +31,7 @@ Rectangle {
x: 200
text: wrapper.y
}
+ color: ListView.isCurrentItem ? "lightsteelblue" : "white"
}
}
]