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/votehud.res | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'resource/ui/votehud.res') diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 1cda387..4a5a02a 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -571,7 +571,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontMediumSmallBold" + "font" "HudFontMediumSmall" "labelText" "#TF_Vote_Title" "textAlignment" "north" "xpos" "0" @@ -623,7 +623,7 @@ { "ControlName" "CExLabel" "fieldName" "ComboLabel" - "font" "HudFontSmallestBold" + "font" "HudFontSmallest" "labelText" "%combo_label%" "textAlignment" "east" "xpos" "5" @@ -641,7 +641,7 @@ { "ControlName" "ComboBox" "fieldName" "ComboBox" - "Font" "HudFontSmallestBold" + "Font" "HudFontSmallest" "xpos" "85" "ypos" "245" "zpos" "1" @@ -686,7 +686,7 @@ "brighttext" "0" "Command" "CallVote" "Default" "0" - "font" "HudFontSmallBold" + "font" "HudFontSmall" } "Button1" { @@ -707,7 +707,7 @@ "brighttext" "0" "Command" "Close" "Default" "0" - "font" "HudFontSmallBold" + "font" "HudFontSmall" } } } \ No newline at end of file -- cgit v1.2.3