Display lobby options in-game on a dedicated tab
This commit is contained in:
committed by
Paul Chote
parent
fc5f8fcd31
commit
3e0834b4ef
45
mods/common/chrome/ingame-info-lobby-options.yaml
Normal file
45
mods/common/chrome/ingame-info-lobby-options.yaml
Normal file
@@ -0,0 +1,45 @@
|
||||
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
|
||||
@@ -146,3 +146,7 @@ Container@GAME_INFO_PANEL:
|
||||
Y: 65
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
Container@LOBBY_OPTIONS_PANEL:
|
||||
Y: 65
|
||||
Width: PARENT_RIGHT
|
||||
Height: PARENT_BOTTOM
|
||||
|
||||
Reference in New Issue
Block a user