Skip to content

Commit

Permalink
Make default gauges more sensible.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredcooke authored and malcom2073 committed May 9, 2014
1 parent 8c2bfdb commit e24696f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions core/src/gauges.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit e24696f

Please sign in to comment.