mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-18 14:23:56 -07:00
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.
13 lines
365 B
XML
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>
|