Improve the general option screens with large font size
This commit is contained in:
parent
658345c9ff
commit
f693e32bd6
@ -27,13 +27,13 @@
|
||||
<spacer width="2%" height="100%"/>
|
||||
|
||||
<div width="100%" height="100%" layout="vertical-row" >
|
||||
<box width="80%" height="59%" layout="vertical-row">
|
||||
<box width="80%" height="62%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<label width="80%" height="fit" align="center" I18N="In the general settings" text="Internet options" text_align="center"/>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="show-login"/>
|
||||
@ -41,7 +41,7 @@
|
||||
<label height="100%" I18N="In the general settings" text="Always show login screen" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-internet"/>
|
||||
@ -49,7 +49,7 @@
|
||||
<label height="100%" I18N="In the general settings" text="Connect to the Internet" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-hw-report"/>
|
||||
@ -58,7 +58,7 @@
|
||||
text="Send anonymous hardware statistics" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-lobby-chat"/>
|
||||
@ -66,7 +66,7 @@
|
||||
<label height="100%" id="label-lobby-chat" I18N="In the general settings" text="Enable chatting online" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-race-chat"/>
|
||||
@ -79,13 +79,13 @@
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<box width="80%" height="39%" layout="vertical-row">
|
||||
<box width="80%" height="36%" layout="vertical-row">
|
||||
|
||||
<spacer width="5" height="2%"/>
|
||||
|
||||
<label width="80%" height="fit" align="center" I18N="In the general settings" text="Miscellaneous options" text_align="center"/>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
|
||||
<div layout="horizontal-row" width="100%" height="fit">
|
||||
<checkbox id="enable-handicap"/>
|
||||
@ -93,12 +93,12 @@
|
||||
<label height="100%" I18N="In the general settings" text="Enable per-player handicaps" word_wrap="true"/>
|
||||
</div>
|
||||
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
<div width="100%" height="fit" layout="horizontal-row" >
|
||||
<spacer width="1%" height="100%"/>
|
||||
<button id="assets_settings" raw_text="Android specific options"/>
|
||||
</div>
|
||||
<spacer width="5" height="4%"/>
|
||||
<spacer width="5" height="3%"/>
|
||||
</box>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user