diff options
| author | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
|---|---|---|
| committer | igor.nikitin <[email protected]> | 2019-04-16 10:35:01 -0400 |
| commit | 54c716614a85791c499672f27c404a71e6bf187e (patch) | |
| tree | ee037afabd42aa6930bd6b13558da913323829d2 /resource/ui/matchmakingdashboardplaylist.res | |
| parent | 9f90bde42f138a30d5923b0af185f6edf08f37ac (diff) | |
Moving Files for Lowercasing
Diffstat (limited to 'resource/ui/matchmakingdashboardplaylist.res')
| -rw-r--r-- | resource/ui/matchmakingdashboardplaylist.res | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res new file mode 100644 index 0000000..81bb2f5 --- /dev/null +++ b/resource/ui/matchmakingdashboardplaylist.res @@ -0,0 +1,62 @@ +#base "MatchMakingDashboardSidePanel.res" + +"Resource/UI/MatchMakingDashboardPlayList.res" +{ + "ExpandableList" + { + "fieldName" "ExpandableList" + "xpos" "r0" + "ypos" "10" + "zpos" "1001" + "wide" "280" + "tall" "f70" + "visible" "1" + "proportionaltoparent" "1" + } + + "Title" + { + "ControlName" "Label" + "fieldName" "Title" + "xpos" "8" + "ypos" "23" + "zpos" "99" + "wide" "f0" + "tall" "20" + "proportionaltoparent" "1" + "labeltext" "#TF_Matchmaking_HeaderModeSelect" + "textAlignment" "west" + "font" "CerbeticaBold24" + "fgcolor_override" "White" + "mouseinputenabled" "0" + } + + "playlist" + { + // "ControlName" "CTFPlaylistPanel" + "fieldName" "playlist" + "xpos" "8" + "ypos" "50" + "zpos" "100" + "wide" "255" + "tall" "365" + "visible" "1" + "proportionaltoparent" "1" + } + + "PlayListDropShadow" + { + "ControlName" "EditablePanel" + "fieldName" "PlayListDropShadow" + "xpos" "8" + "ypos" "50" + "zpos" "1000" + "wide" "255" + "tall" "298" + "visible" "0" + "PaintBackgroundType" "2" + "border" "InnerShadowBorder" + "proportionaltoparent" "1" + "mouseinputenabled" "0" + } +}
\ No newline at end of file |
