mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-19 14:53:56 -07:00
Add tooltips for buttons that can be triggered with hotkeys. Unassign menu animation onTick function after the animation finished, refs9a00398e24. Cleans unused openMenu following5aae5ee55a. Differential Revision: https://code.wildfiregames.com/D2380 This was SVN commit r23080.
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="40"
|
|
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>
|