Fixed checkbox in ghost replay dialog and other minor tweaks

This commit is contained in:
Deve 2018-10-01 20:52:53 +02:00
parent a2d4763201
commit 53b6c0c80b

View File

@ -14,12 +14,12 @@
<div width="100%" height="60%" layout="horizontal-row">
<div width="36%" height="100%" layout="vertical-row">
<icon-button proportion="1" width="100%" height="100%" id="track_screenshot" custom_ratio="1.33333"/>
<icon-button proportion="1" x="2%" y="2%" width="96%" height="96%" id="track_screenshot" custom_ratio="1.33333"/>
</div>
<div width="64%" height="100%" layout="vertical-row">
<div width="95%" align="center" layout="vertical-row" height="fit">
<div width="100%" height="40" layout="horizontal-row" >
<div width="95%" align="center" layout="vertical-row" height="50%">
<div width="100%" height="fit" layout="horizontal-row" >
<checkbox width="fit" id="record-race" I18N="Ghost replay info action" text_align="left"/>
<spacer width="10"/>
<label proportion="1" id="record-race-text" height="100%" text_align="left" I18N="Ghost replay info action" text="Record the race for ghost replay"/>
@ -36,7 +36,7 @@
</div>
</div>
<div width="95%" height="50%" align="center">
<div width="95%" height="40%" align="center">
<buttonbar id="actions" x="0" y="0" height="100%" width="100%" align="center">
<icon-button id="start" width="128" height="128"
icon="gui/icons/green_check.png"