Improve spacing in track info screen
This commit is contained in:
parent
c2339dc83b
commit
fdf92e108d
@ -17,9 +17,9 @@
|
||||
<!-- Misc. info box -->
|
||||
<box width="100%" height="48%" padding="10" layout="vertical-row">
|
||||
<spacer width="1" height="20%"/>
|
||||
<label id="author" width="100%" text_align="center" word_wrap="true"/>
|
||||
<spacer width="1" height="20%"/>
|
||||
<label id="max-arena-players" width="100%" text_align="center" word_wrap="true"/>
|
||||
<label id="author" width="100%" height="30%" text_align="center" word_wrap="true"/>
|
||||
<spacer width="1" height="10%"/>
|
||||
<label id="max-arena-players" width="100%" height="30%" text_align="center" word_wrap="true"/>
|
||||
<spacer width="1" height="20%"/>
|
||||
</box>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user