1
0
Fork 0
fgdata/gui/dialogs/atc-freq-display.xml
mfranz c1c86bb8a5 - use <hrule/> and <vrule/> without dummy children
- minor improvements/cosmetics
2007-03-26 15:25:27 +00:00

41 lines
752 B
XML

<?xml version="1.0"?>
<PropertyList>
<name>atc-freq-display</name>
<layout>vbox</layout>
<text>
<label>TITLE ("ICAO Frequencies")</label>
</text>
<hrule/>
<group>
<name>frequency-list</name>
<layout>vbox</layout>
<!-- using one copy of group-template per frequency line -->
<group-template>
<hide>true</hide>
<layout>hbox</layout>
<text>
<halign>left</halign>
<label>LABEL</label>
</text>
<empty>
<stretch>true</stretch>
</empty>
<text>
<halign>right</halign>
<label>FREQUENCY</label>
</text>
</group-template>
</group>
<button>
<legend>Close</legend>
<default>true</default>
<key>Esc</key>
<binding>
<command>dialog-close</command>
</binding>
</button>
</PropertyList>