Fix button spacing in grand_prix_lose.stkgui
On HiDPI these buttons were too small.
This commit is contained in:
parent
519708ad0c
commit
247d1162ee
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user