From 18fb5506d524dbe380d5bf636c74c93fb85cbc31 Mon Sep 17 00:00:00 2001 From: Bea Lam Date: Wed, 20 Jun 2012 17:08:56 +1000 Subject: 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 --- examples/demos/rssnews/rssnews.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/demos') 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 -- cgit v1.2.3