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