0ad/binaries/data/mods/public/gui/session/Menu.xml
wraitii 5657c5211b Make the in-game menu go over the dev overlay.
There was a Z-conflict since the addition of the hotkeys button.

Patch by: ffffffff
Fixes #5928

Differential Revision: https://code.wildfiregames.com/D3393
This was SVN commit r24667.
2021-01-17 15:58:11 +00:00

17 lines
327 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object name="menuButtonPanel"
style="StonePanelThinBorder"
type="image"
z="70"
size="100%-164 0 100% 0"
>
<repeat count="15">
<object
type="button"
size="4 4 100%-4 32"
style="StoneButtonFancy"
tooltip_style="sessionToolTip"
hidden="true"
/>
</repeat>
</object>