Display multitouch settings properly on low resolutions

This commit is contained in:
Deve 2017-02-20 21:21:37 +01:00
parent 875d5d8ef9
commit ef2cba0f85

View File

@ -7,73 +7,72 @@
<label width="100%" I18N="In the multitouch settings screen" text="General"/> <label width="100%" I18N="In the multitouch settings screen" text="General"/>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Device enabled"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Device enabled"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<checkbox id="buttons_enabled"/> <checkbox id="buttons_enabled"/>
</div> </div>
</div> </div>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Buttons scale"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Buttons scale"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<gauge id="scale" proportion="1" min_value="50" max_value="150"/> <gauge id="scale" proportion="1" min_value="50" max_value="150"/>
</div> </div>
</div> </div>
<label width="100%" I18N="In the multitouch settings screen" text="Accelerometer"/> <label width="100%" I18N="In the multitouch settings screen" text="Accelerometer"/>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Disabled"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Disabled"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<checkbox id="accelerometer_disabled"/> <checkbox id="accelerometer_disabled"/>
</div> </div>
</div> </div>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Phone"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Phone"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<checkbox id="accelerometer_phone"/> <checkbox id="accelerometer_phone"/>
</div> </div>
</div> </div>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Tablet"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Tablet"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<checkbox id="accelerometer_tablet"/> <checkbox id="accelerometer_tablet"/>
</div> </div>
</div> </div>
<label width="100%" I18N="In the multitouch settings screen" text="Advanced"/> <label width="100%" I18N="In the multitouch settings screen" text="Advanced"/>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Deadzone center"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Deadzone center"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<gauge id="deadzone_center" proportion="1" min_value="0" max_value="50"/> <gauge id="deadzone_center" proportion="1" min_value="0" max_value="50"/>
</div> </div>
</div> </div>
<div width="75%" height="fit" layout="horizontal-row" > <div width="75%" layout="horizontal-row" proportion="1">
<label proportion="1" height="100%" text_align="right" I18N="In the multitouch settings screen" text="Deadzone edge"/> <label proportion="1" align="center" text_align="right" I18N="In the multitouch settings screen" text="Deadzone edge"/>
<div proportion="1" height="fit" layout="horizontal-row" > <div proportion="1" align="center" height="fit" layout="horizontal-row" >
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<gauge id="deadzone_edge" proportion="1" min_value="0" max_value="50"/> <gauge id="deadzone_edge" proportion="1" min_value="0" max_value="50"/>
</div> </div>
</div> </div>
<spacer height="35" width="10"/> <spacer height="35" width="10"/>
<div width="fit" height="fit" layout="horizontal-row" align="center"> <div width="fit" height="fit" layout="horizontal-row" align="center" proportion="1">
<button id="restore" text="Restore defaults"/> <button id="restore" text="Restore defaults"/>
<spacer width="40" height="100%" /> <spacer width="40" height="10" />
<button id="close" text="Apply"/> <button id="close" text="Apply"/>
</div> </div>
</div> </div>
</stkgui> </stkgui>