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 X: 20
Y: 20 Y: 20
Width: 482 Width: 482
Height: 350 Height: 365
Children: Children:
Container@LOBBY_OPTIONS: Container@LOBBY_OPTIONS:
X: 10 Y: 10
Y: 9 Width: PARENT_RIGHT - 24
Width: PARENT_RIGHT - 10 - 24
Children: Children:
Container@CHECKBOX_ROW_TEMPLATE: Container@CHECKBOX_ROW_TEMPLATE:
Width: PARENT_RIGHT
Height: 30 Height: 30
Children: Children:
Checkbox@A: Checkbox@A:
Width: 220 X: 10
Width: PARENT_RIGHT / 2 - 20
Height: 20 Height: 20
Visible: False Visible: False
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Checkbox@B: Checkbox@B:
X: 225 X: PARENT_RIGHT / 2 + 10
Width: 220 Width: PARENT_RIGHT / 2 - 20
Height: 20 Height: 20
Visible: False Visible: False
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER
Container@DROPDOWN_ROW_TEMPLATE: Container@DROPDOWN_ROW_TEMPLATE:
Height: 30 Height: 60
Width: PARENT_RIGHT Width: PARENT_RIGHT
Children: Children:
Label@A_DESC: Label@A_DESC:
Width: 140 X: 10
Height: 25 Width: PARENT_RIGHT / 2 - 20
Align: Right Height: 20
Visible: False Visible: False
DropDownButton@A: DropDownButton@A:
X: 145 X: 10
Width: 180 Y: 25
Width: PARENT_RIGHT / 2 - 20
Height: 25 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 Visible: False
TooltipContainer: TOOLTIP_CONTAINER TooltipContainer: TOOLTIP_CONTAINER

View File

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

View File

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

View File

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

View File

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

View File

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