From d98753dc5964c6806657572649c69d6b1bd9459e Mon Sep 17 00:00:00 2001 From: Nedim Hadzic Date: Thu, 8 Dec 2016 18:14:14 +0100 Subject: Set fixed right dial icon size Using the scaling was causing image not to look natural and could cover other parts of the cluster. Updated dial animation parameters. The old ones were slow. Change-Id: I6d7c4f6f7577b1700f511a110d89ae75898defa7 Reviewed-by: Juergen Bocklage-Ryannel --- imports/system/models/VehicleModel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'imports') diff --git a/imports/system/models/VehicleModel.qml b/imports/system/models/VehicleModel.qml index 9f03bd7..fb545eb 100644 --- a/imports/system/models/VehicleModel.qml +++ b/imports/system/models/VehicleModel.qml @@ -81,8 +81,8 @@ QtObject { Behavior on speed { SmoothedAnimation { - velocity: 6 - duration : 5000 + velocity: 8 + duration : 4000 easing.overshoot: 0 } } -- cgit v1.2.3