Fix margins of TD ingame menu panels.

This commit is contained in:
Paul Chote
2023-10-29 11:02:59 +00:00
committed by Gustas
parent dd95b199b7
commit 500ee54f04
5 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ Container@LOBBY_OPTIONS_PANEL:
X: 15
Y: 15
Width: PARENT_RIGHT - 30
Height: 375
Height: PARENT_BOTTOM - 30
Children:
Container@LOBBY_OPTIONS:
Y: 10

View File

@@ -87,11 +87,14 @@ Container@GAME_INFO_PANEL:
Background: panel-black
Children:
Container@STATS_PANEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Container@MAP_PANEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Container@OBJECTIVES_PANEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Container@DEBUG_PANEL:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM

View File

@@ -21,8 +21,8 @@ Container@MAP_PANEL:
ScrollPanel@MAP_DESCRIPTION_PANEL:
X: 15
Y: 228
Width: 482
Height: 162
Width: PARENT_RIGHT - 30
Height: PARENT_BOTTOM - 228 - 15
Children:
Label@MAP_DESCRIPTION:
X: 4

View File

@@ -19,8 +19,8 @@ Container@MISSION_OBJECTIVES:
ScrollPanel@OBJECTIVES_PANEL:
X: 15
Y: 50
Width: 482
Height: 340
Width: PARENT_RIGHT - 30
Height: PARENT_BOTTOM - 65
TopBottomSpacing: 15
ItemSpacing: 15
Children:

View File

@@ -64,7 +64,7 @@ Container@SKIRMISH_STATS:
X: 15
Y: 105
Width: PARENT_RIGHT - 30
Height: 285
Height: PARENT_BOTTOM - 120
ItemSpacing: 5
Children:
ScrollItem@TEAM_TEMPLATE: