diff --git a/mods/common/chrome/ingame-info-lobby-options.yaml b/mods/common/chrome/ingame-info-lobby-options.yaml index f26e9fd989..9269d3c591 100644 --- a/mods/common/chrome/ingame-info-lobby-options.yaml +++ b/mods/common/chrome/ingame-info-lobby-options.yaml @@ -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 diff --git a/mods/common/chrome/ingame-info.yaml b/mods/common/chrome/ingame-info.yaml index 211bf9a165..345cbff677 100644 --- a/mods/common/chrome/ingame-info.yaml +++ b/mods/common/chrome/ingame-info.yaml @@ -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: diff --git a/mods/common/chrome/ingame-infobriefing.yaml b/mods/common/chrome/ingame-infobriefing.yaml index f61bbe0f7f..d227858c39 100644 --- a/mods/common/chrome/ingame-infobriefing.yaml +++ b/mods/common/chrome/ingame-infobriefing.yaml @@ -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 diff --git a/mods/common/chrome/ingame-infochat.yaml b/mods/common/chrome/ingame-infochat.yaml index 59b9470cc9..6b7313bd9c 100644 --- a/mods/common/chrome/ingame-infochat.yaml +++ b/mods/common/chrome/ingame-infochat.yaml @@ -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 diff --git a/mods/common/chrome/ingame-infoobjectives.yaml b/mods/common/chrome/ingame-infoobjectives.yaml index 3bc9859067..4542107704 100644 --- a/mods/common/chrome/ingame-infoobjectives.yaml +++ b/mods/common/chrome/ingame-infoobjectives.yaml @@ -20,7 +20,7 @@ Container@MISSION_OBJECTIVES: X: 20 Y: 60 Width: 482 - Height: 310 + Height: 325 TopBottomSpacing: 15 ItemSpacing: 15 Children: diff --git a/mods/common/chrome/ingame-infostats.yaml b/mods/common/chrome/ingame-infostats.yaml index f357155a39..156af8bfe7 100644 --- a/mods/common/chrome/ingame-infostats.yaml +++ b/mods/common/chrome/ingame-infostats.yaml @@ -56,7 +56,7 @@ Container@SKIRMISH_STATS: X: 20 Y: 105 Width: 482 - Height: 265 + Height: 280 ItemSpacing: 5 Children: ScrollItem@TEAM_TEMPLATE: