aboutsummaryrefslogtreecommitdiffstats
path: root/imports
diff options
context:
space:
mode:
authorNedim Hadzic <nedim.hadzic@pelagicore.com>2016-12-08 18:14:14 +0100
committerNedim Hadzic <nedim.hadzic@pelagicore.com>2016-12-11 16:42:52 +0000
commitd98753dc5964c6806657572649c69d6b1bd9459e (patch)
tree87e48c6143850c8724a283aae9d3b24f6a696412 /imports
parentfd18dcbb9f53eb3948da890704530007327c476f (diff)
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 <juergen.bocklage-ryannel@pelagicore.com>
Diffstat (limited to 'imports')
-rw-r--r--imports/system/models/VehicleModel.qml4
1 files changed, 2 insertions, 2 deletions
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
}
}