1
0
Fork 0

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:
mfranz 2005-11-06 20:22:43 +00:00
parent 7e162138b8
commit 30f26cfa4e
3 changed files with 4 additions and 3 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>