Merge branch 'work' of D:\Git_New\fgdata
This commit is contained in:
commit
d16feda641
3 changed files with 15 additions and 1 deletions
Binary file not shown.
|
@ -211,7 +211,7 @@
|
|||
<halign>left</halign>
|
||||
<label>Animated jetways</label>
|
||||
<name>jetways</name>
|
||||
<property>/sim/jetways/enabled</property>
|
||||
<property>/nasal/jetways/enabled</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>jetways</object-name>
|
||||
|
@ -564,6 +564,12 @@
|
|||
<text>
|
||||
<label>Experimental effects</label>
|
||||
<halign>left</halign>
|
||||
<color>
|
||||
<red>1.0</red>
|
||||
<green>0.6</green>
|
||||
<blue>0.6</blue>
|
||||
<alpha>1</alpha>
|
||||
</color>
|
||||
</text>
|
||||
<hrule>
|
||||
<stretch>true</stretch>
|
||||
|
|
|
@ -417,6 +417,10 @@ command interface /autopilot/route-manager/input:
|
|||
<stretch>true</stretch>
|
||||
<pref-width>100</pref-width>
|
||||
<property>/autopilot/route-manager/cruise/speed-kts</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>cruise-speed</object-name>
|
||||
</binding>
|
||||
</input>
|
||||
|
||||
<text>
|
||||
|
@ -430,6 +434,10 @@ command interface /autopilot/route-manager/input:
|
|||
<stretch>true</stretch>
|
||||
<pref-width>100</pref-width>
|
||||
<property>/autopilot/route-manager/cruise/altitude-ft</property>
|
||||
<binding>
|
||||
<command>dialog-apply</command>
|
||||
<object-name>cruise-alt</object-name>
|
||||
</binding>
|
||||
</input>
|
||||
</group>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue