blob: 0e203133640de1989569ba3fcdd795ef2ed16e81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
#base "MatchMakingDashboardSidePanel.res"
"Resource/UI/MatchMakingDashboardPlayList.res"
{
"ExpandableList"
{
"fieldName" "ExpandableList"
"xpos" "r0"
"ypos" "r63"
"zpos" "2001"
"wide" "f0"
"tall" "f0"
"visible" "1"
"proportionaltoparent" "1"
}
"Title"
{
"ControlName" "Label"
"fieldName" "Title"
"xpos" "10"
"ypos" "12"
"zpos" "99"
"wide" "150"
"tall" "40"
"proportionaltoparent" "1"
"labeltext" "#TF_Matchmaking_HeaderModeSelect"
"textAlignment" "west"
"font" "HudFontMedium"
"fgcolor_override" "TanLight"
"mouseinputenabled" "0"
"allcaps" "1"
"visible" "0"
}
"playlist"
{
// "ControlName" "CTFPlaylistPanel"
"fieldName" "playlist"
"xpos" "0"
"ypos" "0"
"zpos" "100"
"wide" "f0"
"tall" "f0"
"visible" "1"
"proportionaltoparent" "1"
}
"PlayListDropShadow"
{
"ControlName" "EditablePanel"
"fieldName" "PlayListDropShadow"
"xpos" "0"
"ypos" "0"
"zpos" "1000"
"wide" "f0"
"tall" "f0"
"visible" "0"
"PaintBackgroundType" "2"
"border" "InnerShadowBorder"
"proportionaltoparent" "1"
"mouseinputenabled" "0"
}
}
|