Fix button spacing in grand_prix_lose.stkgui

On HiDPI these buttons were too small.
This commit is contained in:
QwertyChouskie 2020-07-20 00:56:26 -07:00 committed by GitHub
parent 519708ad0c
commit 247d1162ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,8 +2,8 @@
<stkgui> <stkgui>
<div x="2%" y="2%" width="96%" height="96%" layout="vertical-row"> <div x="2%" y="2%" width="96%" height="96%" layout="vertical-row">
<spacer proportion="1"/> <spacer proportion="1"/>
<button id="save" width="450" align="center" text="Save Grand Prix"/> <button id="save" width="10f" align="center" text="Save Grand Prix"/>
<spacer height="20"/> <spacer height="20"/>
<button id="continue" width="450" align="center" text="Continue"/> <button id="continue" width="10f" align="center" text="Continue"/>
</div> </div>
</stkgui> </stkgui>