summaryrefslogtreecommitdiff
path: root/resource/ui/matchmakingdashboardplaylist.res
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2018-04-07 16:22:20 -0400
committerCriticalFlaw <[email protected]>2018-04-07 16:22:20 -0400
commit30feb7bbea02b2489ead75f0e6b36f81ca5a70ba (patch)
tree750fce83deec41cdbea7358e2cb82091ba112c6a /resource/ui/matchmakingdashboardplaylist.res
parent781881de201f33ae0d50f8cb7e29a4af42408fca (diff)
Updated the Matchmaking Side Panel UI
Diffstat (limited to 'resource/ui/matchmakingdashboardplaylist.res')
-rw-r--r--resource/ui/matchmakingdashboardplaylist.res63
1 files changed, 63 insertions, 0 deletions
diff --git a/resource/ui/matchmakingdashboardplaylist.res b/resource/ui/matchmakingdashboardplaylist.res
new file mode 100644
index 0000000..af212e8
--- /dev/null
+++ b/resource/ui/matchmakingdashboardplaylist.res
@@ -0,0 +1,63 @@
+#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" "242 242 242 255"
+
+ "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