Tweak GP win and GP lose buttons : translator reported they were too small, and also they were designed for mouse use only and didn't work well from another input device

This commit is contained in:
auria.mg 2016-04-24 18:21:45 -04:00
parent 8c337110a2
commit 32eba771e2
2 changed files with 10 additions and 8 deletions

View File

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

View File

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