Files
OpenRA/mods/cnc/chrome/ingame-infostats.yaml
RoosterDragon ca6aa5ebf1 Adjust widget sizes to ensure they accommodate the English translation text.
Some existing widget are too small to accommodate their text. Adjust their sizes to fit. Text can be rendered outside the widget bounds so visually this often has no impact, but adjusting this now will help in the future for checking translation text for other languages fit in their widgets.
2024-01-21 12:34:28 +02:00

191 lines
3.8 KiB
YAML

Container@SKIRMISH_STATS:
Height: PARENT_BOTTOM
Width: PARENT_RIGHT
Logic: GameInfoStatsLogic
Children:
Container@OBJECTIVE:
Height: 75
Children:
Label@MISSION:
X: 15
Y: 17
Width: 80
Height: 20
Font: MediumBold
Text: label-objective-mission
Label@STATS_STATUS:
X: 95
Y: 17
Width: PARENT_RIGHT - 110
Height: 20
Font: MediumBold
Checkbox@STATS_CHECKBOX:
X: 15
Y: 50
Width: 482
Height: 20
Font: Bold
Text: checkbox-objective-stats
Disabled: true
TextColorDisabled: FFFFFF
Container@STATS_HEADERS:
X: 17
Y: 80
Width: PARENT_RIGHT - 34
Children:
Label@NAME:
X: 10
Y: 1
Width: 210
Height: 25
Text: label-stats-name
Font: Bold
Label@FACTION:
X: 230
Y: 1
Width: 120
Height: 25
Text: label-stats-faction
Font: Bold
Label@SCORE:
X: 392
Y: 1
Width: 60
Height: 25
Text: label-stats-score
Font: Bold
Label@ACTIONS:
X: 457
Width: 80
Height: 25
Text: label-stats-actions
Font: Bold
ScrollPanel@PLAYER_LIST:
X: 15
Y: 105
Width: PARENT_RIGHT - 30
Height: PARENT_BOTTOM - 120
ItemSpacing: 5
Children:
ScrollItem@TEAM_TEMPLATE:
Background: scrollheader
Width: PARENT_RIGHT - 27
Height: 20
X: 2
Visible: false
Children:
Label@TEAM:
X: 6
Y: 0
Width: 160
Height: 20
Font: Bold
Label@TEAM_SCORE:
X: 392
Y: 0
Width: 60
Height: 20
Font: Bold
Container@PLAYER_TEMPLATE:
Width: PARENT_RIGHT - 27
Height: 25
X: 2
Children:
Image@PROFILE:
ImageCollection: lobby-bits
X: 8
Y: 4
Visible: false
ClientTooltipRegion@PROFILE_TOOLTIP:
X: 8
Y: 4
Width: 16
Height: 16
Visible: false
TooltipContainer: TOOLTIP_CONTAINER
Template: ANONYMOUS_PLAYER_TOOLTIP
Label@NAME:
X: 29
Width: 191
Height: 25
Shadow: True
Image@FACTIONFLAG:
X: 230
Y: 4
Width: 32
Height: 16
LabelWithTooltip@FACTION:
X: 264
Width: 123
Height: 25
Shadow: True
TooltipContainer: TOOLTIP_CONTAINER
TooltipTemplate: SIMPLE_TOOLTIP
Label@SCORE:
X: 392
Width: 60
Height: 25
Shadow: True
Checkbox@MUTE:
X: 457
Width: 25
Height: 25
Checkmark: mute
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Button@KICK:
X: 485
Width: 25
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image:
ImageCollection: lobby-bits
ImageName: kick
X: 7
Y: 7
Container@SPECTATOR_TEMPLATE:
Width: PARENT_RIGHT - 27
Height: 25
X: 2
Children:
Image@PROFILE:
ImageCollection: lobby-bits
X: 8
Y: 4
Visible: false
ClientTooltipRegion@PROFILE_TOOLTIP:
X: 8
Y: 4
Width: 16
Height: 16
Visible: false
TooltipContainer: TOOLTIP_CONTAINER
Template: ANONYMOUS_PLAYER_TOOLTIP
Label@NAME:
X: 29
Width: 191
Height: 25
Shadow: True
Checkbox@MUTE:
X: 457
Width: 25
Height: 25
Checkmark: mute
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Button@KICK:
X: 485
Width: 25
Height: 25
Background: checkbox-toggle
TooltipContainer: TOOLTIP_CONTAINER
Children:
Image:
ImageCollection: lobby-bits
ImageName: kick
X: 7
Y: 7