From 74d7e98a6b1f2445c6391e26e846da57c4d7240b Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 11:25:57 -0400 Subject: Corrected redundant font use --- resource/ui/matchmakingdashboardcasualcriteria.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resource/ui/matchmakingdashboardcasualcriteria.res') diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index e98dd43..d1f6b7d 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -75,7 +75,7 @@ "visible" "1" "enabled" "1" "tabPosition" "0" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3 From 37603a8118b9793c9c545e01479992d1b09d2afc Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 1 Jul 2021 15:18:50 -0400 Subject: Updated Matchmaking Dashboard --- resource/ui/matchmakingdashboardcasualcriteria.res | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'resource/ui/matchmakingdashboardcasualcriteria.res') diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index d1f6b7d..39dfc00 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -18,7 +18,7 @@ { "ControlName" "Label" "fieldName" "Title" - "xpos" "8" + "xpos" "0" "ypos" "25" "zpos" "99" "wide" "f0" @@ -27,8 +27,9 @@ "labeltext" "#TF_Matchmaking_HeaderCasual" "textAlignment" "center" "font" "HudFontMedium" - "fgcolor_override" "White" + "fgcolor_override" "TanLight" "mouseinputenabled" "0" + "allcaps" "1" } "criteria" @@ -85,11 +86,9 @@ "mouseinputenabled" "1" "keyboardinputenabled" "0" "actionsignallevel" "1" + "allcaps" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - - "armedBgColor_override" "CreditsGreen" - "defaultBgColor_override" "GreenSolid" } } \ No newline at end of file -- cgit v1.2.3