Files
OpenRA/mods/common/chrome/ingame-info-lobby-options.yaml
2021-09-26 21:25:08 +01:00

46 lines
997 B
YAML

Container@LOBBY_OPTIONS_PANEL:
Height: PARENT_BOTTOM
Width: PARENT_RIGHT
Children:
ScrollPanel:
Logic: LobbyOptionsLogic
X: 20
Y: 20
Width: 482
Height: 350
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
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