Update common game ingame info tabs to match settings layout

This commit is contained in:
Ivaylo Draganov
2021-10-07 10:24:01 +03:00
committed by reaperrr
parent 955464ee1d
commit 9f96d4159a
6 changed files with 34 additions and 18 deletions

View File

@@ -7,39 +7,55 @@ Container@LOBBY_OPTIONS_PANEL:
X: 20
Y: 20
Width: 482
Height: 350
Height: 365
Children:
Container@LOBBY_OPTIONS:
X: 10
Y: 9
Width: PARENT_RIGHT - 10 - 24
Y: 10
Width: PARENT_RIGHT - 24
Children:
Container@CHECKBOX_ROW_TEMPLATE:
Width: PARENT_RIGHT
Height: 30
Children:
Checkbox@A:
Width: 220
X: 10
Width: PARENT_RIGHT / 2 - 20
Height: 20
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Checkbox@B:
X: 225
Width: 220
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Height: 20
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Container@DROPDOWN_ROW_TEMPLATE:
Height: 30
Height: 60
Width: PARENT_RIGHT
Children:
Label@A_DESC:
Width: 140
Height: 25
Align: Right
X: 10
Width: PARENT_RIGHT / 2 - 20
Height: 20
Visible: False
DropDownButton@A:
X: 145
Width: 180
X: 10
Y: 25
Width: PARENT_RIGHT / 2 - 20
Height: 25
Font: Regular
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Label@B_DESC:
X: PARENT_RIGHT / 2 + 10
Width: PARENT_RIGHT / 2 - 20
Height: 20
Visible: False
DropDownButton@B:
X: PARENT_RIGHT / 2 + 10
Y: 25
Width: PARENT_RIGHT / 2 - 20
Height: 25
Font: Regular
Visible: False
TooltipContainer: TOOLTIP_CONTAINER

View File

@@ -2,7 +2,7 @@ Container@GAME_INFO_PANEL:
X: (WINDOW_RIGHT - WIDTH) / 2
Y: (WINDOW_BOTTOM - HEIGHT) / 2
Width: 522
Height: 485
Height: 500
Logic: GameInfoLogic
Visible: False
Children:

View File

@@ -22,7 +22,7 @@ Container@MAP_PANEL:
X: 20
Y: 232
Width: PARENT_RIGHT - 40
Height: 138
Height: 153
Children:
Label@MAP_DESCRIPTION:
X: 4

View File

@@ -1,7 +1,7 @@
Container@CHAT_CONTAINER:
Y: 20
Width: PARENT_RIGHT
Height: PARENT_BOTTOM - 100
Height: PARENT_BOTTOM - 105
Logic: IngameChatLogic
Templates:
Chat: CHAT_LINE_TEMPLATE

View File

@@ -20,7 +20,7 @@ Container@MISSION_OBJECTIVES:
X: 20
Y: 60
Width: 482
Height: 310
Height: 325
TopBottomSpacing: 15
ItemSpacing: 15
Children:

View File

@@ -56,7 +56,7 @@ Container@SKIRMISH_STATS:
X: 20
Y: 105
Width: 482
Height: 265
Height: 280
ItemSpacing: 5
Children:
ScrollItem@TEAM_TEMPLATE: