1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/gui/reference/common/Dropdowns/CivSelectDropdown.xml
T
s0600204 b2842e8021 Rewrite Structure Tree and Template Viewer to use OOP principles
Commenters: elexis, Stan, Angen
Refs.: #5387
Differential Revision: https://code.wildfiregames.com/D2734
This was SVN commit r23808.
2020-07-07 19:11:36 +00:00

13 lines
343 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object size="16 10 100%-16 30">
<object
name="civSelectionHeading"
type="text"
font="sans-bold-16"
textcolor="white"
text_align="right"
size="0 10 100%-188 48"
/>
<object name="civSelection" type="dropdown" style="ModernDropDown" size="100%-180 8 100% 34" dropdown_size="424"/>
</object>