aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-20 17:08:56 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-22 08:18:15 +0200
commit18fb5506d524dbe380d5bf636c74c93fb85cbc31 (patch)
tree64c2589db60c93ac4825d6ae41715a0ee0133461 /examples
parent188b4e0202c4e4d5950d440721bdd6ef7c4ecbe3 (diff)
Remove properties related to highlight speed
ListView should only have duration-type properties (i.e. highlightMoveDuration and highlightResizeDuration) as it's unnecessary to have both duration and speed properties for the highlight animation. (PathView and GridView only have the duration-related properties.) Change-Id: I1b94599e3e89afe6488ce2a882c2802354a859fe Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/demos/rssnews/rssnews.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/rssnews/rssnews.qml b/examples/demos/rssnews/rssnews.qml
index d26b94b6d3..706eac2703 100644
--- a/examples/demos/rssnews/rssnews.qml
+++ b/examples/demos/rssnews/rssnews.qml
@@ -75,7 +75,7 @@ Rectangle {
footer: quitButtonDelegate
delegate: CategoryDelegate {}
highlight: Rectangle { color: "steelblue" }
- highlightMoveSpeed: 9999999
+ highlightMoveDuration: 50
}
ScrollBar {
scrollArea: categories; height: categories.height; width: 8