diff options
| author | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-07-01 11:25:57 -0400 |
| commit | 74d7e98a6b1f2445c6391e26e846da57c4d7240b (patch) | |
| tree | 77771d0fbc9c45de2f956996d3fe999ccf4e15a4 /resource/ui/matchhistoryentrypanel.res | |
| parent | 33cd7777d61950151adde3fde787d7e84709717b (diff) | |
Corrected redundant font use
Diffstat (limited to 'resource/ui/matchhistoryentrypanel.res')
| -rw-r--r-- | resource/ui/matchhistoryentrypanel.res | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resource/ui/matchhistoryentrypanel.res b/resource/ui/matchhistoryentrypanel.res index b7b86e6..25ad887 100644 --- a/resource/ui/matchhistoryentrypanel.res +++ b/resource/ui/matchhistoryentrypanel.res @@ -61,7 +61,7 @@ "mouseinputenabled" "0" "labeltext" "#TF_Competitive_MatchHistory_Win" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "fgcolor_override" "95 164 44 255" "textAlignment" "west" } @@ -79,7 +79,7 @@ "mouseinputenabled" "0" "labeltext" "#TF_Competitive_MatchHistory_Loss" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "fgcolor_override" "141 63 63 255" "textAlignment" "west" } |
