Fix display of very long track author names

This commit is contained in:
Alayan 2018-09-24 13:28:26 +02:00
parent 50f87e3f0f
commit 791a490e58

View File

@ -16,11 +16,11 @@
<!-- Misc. info box -->
<box width="100%" height="43%" padding="10" layout="vertical-row">
<spacer width="1" height="10%"/>
<spacer width="1" height="20%"/>
<label id="author" width="100%" text_align="center" word_wrap="true"/>
<spacer width="1" height="10%"/>
<spacer width="1" height="20%"/>
<label id="max-arena-players" width="100%" text_align="center" word_wrap="true"/>
<spacer width="1" height="10%"/>
<spacer width="1" height="20%"/>
</box>
</div>