close frequency search dialog on quick-button press; center frequency
search and display dialog; move atc dialog down a bit
This commit is contained in:
parent
7e162138b8
commit
30f26cfa4e
3 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>atc-dialog</name>
|
<name>atc-dialog</name>
|
||||||
<y>70</y>
|
<y>40</y>
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>atc-freq-display</name>
|
<name>atc-freq-display</name>
|
||||||
<x>70</x>
|
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<PropertyList>
|
<PropertyList>
|
||||||
<name>atc-freq-search</name>
|
<name>atc-freq-search</name>
|
||||||
<y>70</y>
|
|
||||||
<layout>vbox</layout>
|
<layout>vbox</layout>
|
||||||
|
|
||||||
<text>
|
<text>
|
||||||
|
@ -22,6 +21,9 @@
|
||||||
<property>/sim/atc/freq-airport</property>
|
<property>/sim/atc/freq-airport</property>
|
||||||
<value type="string">ICAO</value>
|
<value type="string">ICAO</value>
|
||||||
</binding>
|
</binding>
|
||||||
|
<binding>
|
||||||
|
<command>dialog-close</command>
|
||||||
|
</binding>
|
||||||
</button-template>
|
</button-template>
|
||||||
</group>
|
</group>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue