From 90cc227c8033fc25ddeca41bbcb789195b874ae3 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 15:56:46 -0400 Subject: Miscellenaous Tweaks --- resource/ui/matchmakingdashboardcasualcriteria.res | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'resource/ui/matchmakingdashboardcasualcriteria.res') diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index 7f810b3..f97828d 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -44,6 +44,23 @@ "proportionaltoparent" "1" } + "ToolTipButtonHack" + { + "ControlName" "EditablePanel" + "fieldName" "ToolTipButtonHack" + "xpos" "cs-0.5" + "ypos" "rs1-8" + "zpos" "101" + "wide" "f20" + "tall" "20" + "visible" "0" + "enabled" "1" + "mouseinputenabled" "1" + "eatmouseinput" "0" + "showtooltipswhenmousedisabled" "1" + "proportionaltoparent" "1" + } + "QueueButton" { "ControlName" "CExButton" -- cgit v1.2.3 From e108d891c02193af0854e37ca26f79b4f1d746b6 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Wed, 5 Aug 2020 17:34:56 -0400 Subject: Added Casual/Comp Stats to the Dashboard --- resource/ui/matchmakingdashboardcasualcriteria.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/matchmakingdashboardcasualcriteria.res') diff --git a/resource/ui/matchmakingdashboardcasualcriteria.res b/resource/ui/matchmakingdashboardcasualcriteria.res index f97828d..64ec02d 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -39,7 +39,7 @@ "ypos" "40" "zpos" "100" "wide" "f0" - "tall" "f73" + "tall" "f63" "visible" "1" "proportionaltoparent" "1" } @@ -65,7 +65,7 @@ { "ControlName" "CExButton" "fieldName" "QueueButton" - "xpos" "cs-0.5" + "xpos" "cs-0.51" "ypos" "rs1-8" "zpos" "100" "wide" "f20" -- cgit v1.2.3 From 72289557fe993da654a16dff30d39b3304cd85d5 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Thu, 6 Aug 2020 23:13:59 -0400 Subject: Main Menu Updates, More Bug Fixes - Updated various main menu and store pages. - Updated the look of the TargetID and Friends list. - Fixed the position of the count of players on the payload - Fixed the size of the badge seen on the post match screen. - Fixed the item effect meter not being properly centered in minmode. - Removed icons from the abandon panels. - Updated font definitions throughout the hud. --- 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 64ec02d..0d17296 100644 --- a/resource/ui/matchmakingdashboardcasualcriteria.res +++ b/resource/ui/matchmakingdashboardcasualcriteria.res @@ -26,7 +26,7 @@ "proportionaltoparent" "1" "labeltext" "#TF_Matchmaking_HeaderCasual" "textAlignment" "center" - "font" "CerbeticaBold24" + "font" "HudFontMediumSecondary" "fgcolor_override" "White" "mouseinputenabled" "0" } -- cgit v1.2.3