1
0
Fork 0

Fix the glideslope needles so they peg at +/- 0.7 degrees off course.

This commit is contained in:
curt 2006-03-13 20:19:06 +00:00
parent e13e20883d
commit a335e72a59

View file

@ -424,9 +424,9 @@ Mar 18 2003
<transformation>
<type>y-shift</type>
<property alias="../../../../../params/gs-needle"/>
<min>-10.0</min>
<max>10.0</max>
<scale>8.35</scale>
<min>-3.5</min>
<max>3.5</max>
<scale>24</scale>
<offset>-24</offset>
</transformation>
</transformations>
@ -457,9 +457,9 @@ Mar 18 2003
<transformation>
<type>y-shift</type>
<property alias="../../../../../params/gs-needle"/>
<min>-10.0</min>
<max>10.0</max>
<scale>8.35</scale>
<min>-3.5</min>
<max>3.5</max>
<scale>24</scale>
<offset>-24</offset>
</transformation>
</transformations>