Fix option device screen for small screen with long text

This commit is contained in:
Benau 2021-05-22 09:06:24 +08:00
parent 04a2306c4c
commit d407bb08e2

View File

@ -54,12 +54,15 @@
</div>
<spacer width="2%" height="10" />
<div height="100%" width="40%" layout="vertical-row">
<button id="rename_config" I18N="In the input configuration screen" text="Rename Configuration"/>
<spacer width="5%"/>
<spacer height="15%"/>
<div height="1f" width="100%" layout="horizontal-row">
<checkbox id="force_feedback"/>
<spacer width="1%"/>
<label id="force_feedback_text" I18N="In the input configuration screen, for gamepad" text="Enable force feedback (if support)"/>
<spacer width="3%"/>
<label id="force_feedback_text" I18N="In the input configuration screen, for gamepad" text="Enable force feedback (if support)" word_wrap="true"/>
</div>
</div>
</div>
</box>
</div>