Fixed focus chat using keyboard in lobby screen
This commit is contained in:
parent
a85746ca83
commit
241e0ae772
@ -16,9 +16,9 @@
|
||||
</div>
|
||||
<spacer height="2%"/>
|
||||
<div x="2%" width="96%" height="20%" layout="horizontal-row">
|
||||
<box proportion="4" height="100%" layout="vertical-row">
|
||||
<box proportion="2" height="100%" layout="vertical-row">
|
||||
<div x="1%" width="98%" height="fit" layout="horizontal-row">
|
||||
<textbox id="chat" width="77%"/>
|
||||
<textbox id="chat" proportion="1"/>
|
||||
<spacer width="3%" height="10"/>
|
||||
<button id="send" width="20%" height="fit" align="center" I18N="In the network lobby" text="Send"/>
|
||||
</div>
|
||||
@ -26,10 +26,15 @@
|
||||
<label id="timeout-message" x="1%" width="98%" proportion="1" text="" word_wrap="true" align="center"/>
|
||||
</box>
|
||||
<spacer width="3%"/>
|
||||
<icon-button id="start" proportion="1" height="60%" icon="gui/icons/green_check.png" align="top"
|
||||
I18N="In the network lobby" text="Start race"/>
|
||||
<icon-button id="config" proportion="1" height="60%" icon="gui/icons/main_options.png" align="top"
|
||||
I18N="In the network lobby" text="Server Configuration"/>
|
||||
<div proportion="1" height="100%" layout="vertical-row">
|
||||
<spacer height="20%" width="10"/>
|
||||
<div width="100%" proportion="1" layout="horizontal-row">
|
||||
<icon-button id="start" proportion="1" height="60%" icon="gui/icons/green_check.png" align="top"
|
||||
I18N="In the network lobby" text="Start race"/>
|
||||
<icon-button id="config" proportion="1" height="60%" icon="gui/icons/main_options.png" align="top"
|
||||
I18N="In the network lobby" text="Server Configuration"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<spacer height="2%"/>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user