mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-08-15 14:43:32 -07:00
This improves the alignment of the items of the top menu in-game. Icons are now better centered and don't overflow anymore and the build label text doesn't stack on low resolutions anymore either.
20 lines
539 B
XML
20 lines
539 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<object>
|
|
<object
|
|
size="85%-282 5 100%-290 31"
|
|
name="viewPlayer"
|
|
type="dropdown"
|
|
hidden="true"
|
|
z="50"
|
|
style="ModernDropDown"
|
|
tooltip_style="sessionToolTipBold"
|
|
dropdown_size="500"
|
|
>
|
|
<translatableAttribute id="tooltip">Choose player to view</translatableAttribute>
|
|
</object>
|
|
|
|
<object size="24 2 200 100%-2" name="observerText" type="text" style="ModernLeftLabelText" hidden="true">
|
|
<translatableAttribute id="caption">Observer Mode</translatableAttribute>
|
|
</object>
|
|
|
|
</object>
|