forked from mirrors/0ad
58a58bc25d
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.
67 lines
1.9 KiB
XML
67 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<objects>
|
|
|
|
<script directory="gui/common/"/>
|
|
|
|
<script directory="gui/reference/common/"/>
|
|
<script directory="gui/reference/common/Buttons/"/>
|
|
<script directory="gui/reference/common/Dropdowns/"/>
|
|
|
|
<script directory="gui/reference/structree/"/>
|
|
<script directory="gui/reference/structree/Boxes/"/>
|
|
<script directory="gui/reference/structree/Sections/Trainer/"/>
|
|
<script directory="gui/reference/structree/Sections/Tree/"/>
|
|
|
|
<!-- Add a translucent black background to fade out the menu page -->
|
|
<object name="background" type="image" sprite="BackgroundTranslucent"/>
|
|
|
|
<object name="structreePage" type="image" style="ModernDialog" size="50%-500 50%-368 50%+500 50%+370">
|
|
<object style="TitleText" type="text" size="50%-128 -18 50%+128 14">
|
|
<translatableAttribute id="caption">Structure Tree</translatableAttribute>
|
|
</object>
|
|
|
|
<!-- Civ selection -->
|
|
<include file="gui/reference/common/Dropdowns/CivSelectDropdown.xml"/>
|
|
|
|
<object
|
|
name="civEmblem"
|
|
type="image"
|
|
size="16 24 112 120"
|
|
sprite="stretched:pregame/shell/logo/wfg_logo_white.png"
|
|
/>
|
|
|
|
<object
|
|
name="civName"
|
|
type="text"
|
|
font="sans-bold-20"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
size="114 24 100%-8 56"
|
|
/>
|
|
|
|
<object
|
|
name="civHistory"
|
|
type="text"
|
|
font="sans-12"
|
|
textcolor="white"
|
|
text_align="left"
|
|
text_valign="top"
|
|
size="114 52 100%-16 132"
|
|
scrollbar="true"
|
|
scrollbar_style="ModernScrollBar"
|
|
/>
|
|
|
|
<!-- Structure Tree display section -->
|
|
<include file="gui/reference/structree/Sections/Tree/TreeSection.xml"/>
|
|
|
|
<!-- Trainer Units display section -->
|
|
<include file="gui/reference/structree/Sections/Trainer/TrainerSection.xml"/>
|
|
|
|
<!-- Buttons -->
|
|
<include file="gui/reference/common/Buttons/CivInfoButton.xml"/>
|
|
<include file="gui/reference/common/Buttons/CloseButton.xml"/>
|
|
|
|
</object>
|
|
</objects>
|