0ad/binaries/data/mods/public/gui/reference/common/Buttons/CloseButton.xml
Dunedan 33e9cd6126
Increase height of StoneButtons and TabButtons
This increases the height StoneButtons and TabButtons, so that a
double-spaced caption does fit on them without significant overflow.
Exempt from that are the StoneButtons resembling lists in the main menu
and the in-game menu, as changing their height didn't feel right and we
don't need double-spaced captions for them anyway, as they're wide
enough.

The height of StoneButtons got increased from 28px to 32px, while the
height of TabButtons got increased from 30px to 34px.
2025-01-03 16:33:51 +01:00

8 lines
164 B
XML

<?xml version="1.0" encoding="utf-8"?>
<object
name="closeButton"
type="button"
style="StoneButton"
size="100%-216 100%-56 100%-24 100%-24"
hotkey="cancel"
/>