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