0ad/binaries/data/mods/public/gui/session/top_panel/PlayerViewControl.xml
Dunedan 1aeb19b535
Improve alignment of in-game top menu
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.
2024-12-30 18:47:05 +01:00

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>