Files
OpenRA/mods/common/chrome/lobby-options.yaml
2021-01-10 22:23:52 +01:00

70 lines
1.6 KiB
YAML

Container@LOBBY_OPTIONS_BIN:
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Children:
Label@TITLE:
Y: 0 - 24
Width: PARENT_RIGHT
Height: 25
Font: Bold
Align: Center
Text: Map Options
ScrollPanel:
Logic: LobbyOptionsLogic
Width: PARENT_RIGHT
Height: PARENT_BOTTOM
Children:
Container@LOBBY_OPTIONS:
X: 10
Y: 9
Width: PARENT_RIGHT - 10 - 24
Children:
Container@CHECKBOX_ROW_TEMPLATE:
Height: 30
Children:
Checkbox@A:
Width: 220
Height: 20
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Checkbox@B:
X: 225
Width: 220
Height: 20
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Checkbox@C:
X: 450
Width: 220
Height: 20
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Container@DROPDOWN_ROW_TEMPLATE:
Height: 30
Width: PARENT_RIGHT
Children:
Label@A_DESC:
Width: 140
Height: 25
Align: Right
Visible: False
DropDownButton@A:
X: 145
Width: 180
Height: 25
Visible: False
TooltipContainer: TOOLTIP_CONTAINER
Label@B_DESC:
X: PARENT_RIGHT - WIDTH - 203
Width: 140
Height: 25
Align: Right
Visible: False
DropDownButton@B:
X: PARENT_RIGHT - WIDTH - 18
Width: 180
Height: 25
Font: Regular
Visible: False
TooltipContainer: TOOLTIP_CONTAINER