1
0
forked from 0ad/0ad

Fix Z-fight in the menu

Fixes 5657c5211b

Reported by: Vladislavbelov
Differential Revision: https://code.wildfiregames.com/D3494
This was SVN commit r24825.
This commit is contained in:
wraitii 2021-02-03 11:01:08 +00:00
parent 5c71960883
commit 90d39107a7

View File

@ -1,15 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- This object covers up the text on the menu
buttons as they slide by so that you don't see
them on top of the main menu button -->
<object type="button"
name="menuButton"
hotkey="session.gui.menu.toggle"
size="100%-164 4 100%-8 32"
style="StoneButtonFancy"
tooltip_style="sessionToolTip"
z="70"
z="100"
>
<!-- This object covers up the text on the menu
buttons as they slide by so that you don't see
them on top of the main menu button -->
<object size="0 -4 100% 0" type="image" sprite="horizontalThinBorder" ghost="true"/>
<translatableAttribute id="caption">Menu</translatableAttribute>