Increase ItemSpacing in CHAT_TEMPLATE for the lobby chat

Fixes #7447
This commit is contained in:
jabbink
2015-02-23 15:12:11 +01:00
parent 85fae8720d
commit a7a326c568
2 changed files with 2 additions and 2 deletions

View File

@@ -94,7 +94,7 @@ Container@SERVER_LOBBY:
Y: 285 Y: 285
Width: PARENT_RIGHT - 30 Width: PARENT_RIGHT - 30
Height: PARENT_BOTTOM - 324 Height: PARENT_BOTTOM - 324
ItemSpacing: 1 ItemSpacing: 2
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT-27

View File

@@ -96,7 +96,7 @@ Background@SERVER_LOBBY:
Y: PARENT_BOTTOM - HEIGHT - 52 Y: PARENT_BOTTOM - HEIGHT - 52
Width: 818 Width: 818
Height: 210 Height: 210
ItemSpacing: 1 ItemSpacing: 2
Children: Children:
Container@CHAT_TEMPLATE: Container@CHAT_TEMPLATE:
Width: PARENT_RIGHT-27 Width: PARENT_RIGHT-27