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/votehud.res | |
| parent | 33cd7777d61950151adde3fde787d7e84709717b (diff) | |
Corrected redundant font use
Diffstat (limited to 'resource/ui/votehud.res')
| -rw-r--r-- | resource/ui/votehud.res | 10 |
1 files changed, 5 insertions, 5 deletions
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 |
