Fix waiting message for big font size

This commit is contained in:
Benau 2019-05-28 11:37:50 +08:00
parent 4413c06a82
commit 240546ac00

View File

@ -14,8 +14,8 @@
</box> </box>
</div> </div>
</div> </div>
<spacer height="2%"/> <spacer height="1%"/>
<div x="2%" width="96%" height="20%" layout="horizontal-row"> <div x="2%" width="96%" height="4f" layout="horizontal-row">
<box proportion="2" height="100%" layout="vertical-row"> <box proportion="2" height="100%" layout="vertical-row">
<div x="1%" width="98%" height="fit" layout="horizontal-row"> <div x="1%" width="98%" height="fit" layout="horizontal-row">
<textbox id="chat" proportion="1"/> <textbox id="chat" proportion="1"/>
@ -36,7 +36,7 @@
</div> </div>
</div> </div>
</div> </div>
<spacer height="2%"/> <spacer height="1%"/>
</div> </div>
<icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/> <icon-button id="back" x="0" y="0" height="8%" icon="gui/icons/back.png"/>
</stkgui> </stkgui>