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/itemselectionpanel.res | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resource/ui/itemselectionpanel.res') diff --git a/resource/ui/itemselectionpanel.res b/resource/ui/itemselectionpanel.res index d7df112..cb3ac7b 100644 --- a/resource/ui/itemselectionpanel.res +++ b/resource/ui/itemselectionpanel.res @@ -91,7 +91,7 @@ { "ControlName" "CExLabel" "fieldName" "CaratLabel" - "font" "HudFontMediumSmallSecondary" + "font" "HudFontMediumSmall" "labelText" ">>" "textAlignment" "west" "xpos" "c-290" @@ -109,7 +109,7 @@ { "ControlName" "CExLabel" "fieldName" "ClassLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#ClassBeingEquipped" "textAlignment" "west" "xpos" "c-270" @@ -200,7 +200,7 @@ { "ControlName" "CExLabel" "fieldName" "ItemSlotLabel" - "font" "HudFontMediumBold" + "font" "HudFontMedium" "labelText" "#PrimaryWeapon" "textAlignment" "center" "xpos" "c-185" @@ -263,7 +263,7 @@ "ControlName" "CheckButton" "fieldName" "OnlyAllowUniqueQuality" "labelText" "#OnlyAllowUniqueQuality" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "textAlignment" "east" "xpos" "c-295" "ypos" "288" -- cgit v1.2.3