0ad/binaries/data/mods/public/gui/reference/common/Dropdowns/CivSelectDropdown.xml
Dunedan 58a58bc25d
Improve layout of the civ and structree pages
This contains some small layout fixes and improvements for the
civilization overview and structure tree pages. Some of these fixes have
fix regressions introduced with 37065ebc71.
2025-05-17 18:54:12 +02:00

13 lines
365 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"
text_valign="center"
size="0 8 100%-188 34"
/>
<object name="civSelection" type="dropdown" style="ModernDropDown" size="100%-180 8 100% 34" dropdown_size="424"/>
</object>