GUI tweaks

This commit is contained in:
auria.mg 2018-03-23 20:38:16 -04:00
parent c3ea7f1088
commit 75c1739ff2

View File

@ -6,15 +6,13 @@
<button id="user-id" width="20%" height="fit" align="center"/> <button id="user-id" width="20%" height="fit" align="center"/>
<spacer height="20"/> <spacer height="20"/>
<box width="50%" height="10%" layout="vertical-row" align="center"> <box width="50%" height="10%" layout="horizontal-row" align="center" valign="center">
<div width="100%" height="fit" layout="horizontal-row" > <spacer proportion="1"/>
<label proportion="3" I18N="In the networking menu" <label I18N="In the networking menu" align="center"
text="Enable splitscreen or player handicaps" text_align="right"/> text="Enable splitscreen or player handicaps" text_align="right"/>
<spacer width="50"/> <spacer width="25"/>
<div proportion="1" height="fit" layout="horizontal-row">
<checkbox id="enable-splitscreen" align="center" /> <checkbox id="enable-splitscreen" align="center" />
</div> <spacer proportion="1"/>
</div>
</box> </box>
<spacer height="15" width="10"/> <spacer height="15" width="10"/>