stk-code_catmod/data/gui/screens/grand_prix_lose.stkgui
QwertyChouskie 247d1162ee
Fix button spacing in grand_prix_lose.stkgui
On HiDPI these buttons were too small.
2020-07-20 00:56:26 -07:00

10 lines
360 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<stkgui>
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<spacer proportion="1"/>
<button id="save" width="10f" align="center" text="Save Grand Prix"/>
<spacer height="20"/>
<button id="continue" width="10f" align="center" text="Continue"/>
</div>
</stkgui>