From e24696fad42716cdd0c39b2f27813d809f6cd9df Mon Sep 17 00:00:00 2001 From: Fred Cooke Date: Thu, 8 May 2014 17:34:18 +1200 Subject: [PATCH] Make default gauges more sensible. --- core/src/gauges.qml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/src/gauges.qml b/core/src/gauges.qml index b4a61b5..02c0956 100644 --- a/core/src/gauges.qml +++ b/core/src/gauges.qml @@ -59,9 +59,9 @@ Rectangle { y:300 width:300 height:300 - minimum:0 - maximum:250 - numLabels:5 + minimum:-20 + maximum:120 + numLabels:7 startAngle:45 endAngle:315 text: "Coolant" @@ -90,8 +90,8 @@ Rectangle { width:300 height:300 minimum:0 - maximum:600 - numLabels:6 + maximum:250 + numLabels:5 startAngle:45 endAngle:315 text: "MAP"