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"?>
|
||||
<PropertyList>
|
||||
<name>atc-dialog</name>
|
||||
<y>70</y>
|
||||
<y>40</y>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>atc-freq-display</name>
|
||||
<x>70</x>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
<?xml version="1.0"?>
|
||||
<PropertyList>
|
||||
<name>atc-freq-search</name>
|
||||
<y>70</y>
|
||||
<layout>vbox</layout>
|
||||
|
||||
<text>
|
||||
|
@ -22,6 +21,9 @@
|
|||
<property>/sim/atc/freq-airport</property>
|
||||
<value type="string">ICAO</value>
|
||||
</binding>
|
||||
<binding>
|
||||
<command>dialog-close</command>
|
||||
</binding>
|
||||
</button-template>
|
||||
</group>
|
||||
|
||||
|
|
Loading…
Reference in a new issue