aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorBea Lam <bea.lam@nokia.com>2012-06-25 11:30:01 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-25 08:57:36 +0200
commitd8dcb8ea98f117bb07e866a3ce7fd3c30243e346 (patch)
tree95e757d1e0925531a67a08d4d15c409bfe739f2e /examples
parent046819ff4d53241d3b22cdb1d4abccad041bee6d (diff)
Revert "Remove properties related to highlight speed"
This reverts commit 18fb5506d524dbe380d5bf636c74c93fb85cbc31. Without these properties there's no way to set a constant movement speed. Change-Id: I49cd648846f801eb479ecce8cde09ff49ea11736 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 706eac2703..d26b94b6d3 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" }
- highlightMoveDuration: 50
+ highlightMoveSpeed: 9999999
}
ScrollBar {
scrollArea: categories; height: categories.height; width: 8