1
0
Fork 0

- ATC radio list - adding selectors to radio R1/R2 for corresponding frequencies

This commit is contained in:
Slawek Mikula 2020-01-01 08:51:45 +01:00 committed by James Turner
parent 11b05ebab2
commit 92da35082a

View file

@ -27,6 +27,32 @@
<halign>right</halign>
<label>FREQUENCY</label>
</text>
<button>
<pref-width>50</pref-width>
<pref-height>22</pref-height>
<legend>COM1</legend>
<border>2</border>
<binding>
<command>property-assign</command>
<property>/instrumentation/comm/frequencies/selected-mhz</property>
<value type="float">FREQUENCY</value>
</binding>
</button>
<button>
<pref-width>50</pref-width>
<pref-height>22</pref-height>
<legend>COM2</legend>
<border>2</border>
<binding>
<command>property-assign</command>
<property>/instrumentation/comm[1]/frequencies/selected-mhz</property>
<value type="float">FREQUENCY</value>
</binding>
</button>
</group-template>
</group>