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/itemrenamedialog.res | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'resource/ui/itemrenamedialog.res') diff --git a/resource/ui/itemrenamedialog.res b/resource/ui/itemrenamedialog.res index b811ce9..aeaa865 100644 --- a/resource/ui/itemrenamedialog.res +++ b/resource/ui/itemrenamedialog.res @@ -77,7 +77,7 @@ { "ControlName" "CExLabel" "fieldName" "TitleLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "dynamic" "textAlignment" "center" "xpos" "100" @@ -96,7 +96,7 @@ { "ControlName" "CExLabel" "fieldName" "ToolBG" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "" "textAlignment" "east" "xpos" "10" @@ -145,7 +145,7 @@ { "ControlName" "CExLabel" "fieldName" "SubjectBG" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "" "textAlignment" "east" "xpos" "300" @@ -194,7 +194,7 @@ { "ControlName" "CExLabel" "fieldName" "OldItemNameBG" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "" "textAlignment" "east" "xpos" "10" @@ -214,7 +214,7 @@ { "ControlName" "CExLabel" "fieldName" "OldItemNameDescLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#ToolItemRenameOldItemName" "textAlignment" "west" "xpos" "20" @@ -234,7 +234,7 @@ { "ControlName" "CExLabel" "fieldName" "OldItemNameLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "%oldname%" "textAlignment" "west" "xpos" "120" @@ -253,7 +253,7 @@ { "ControlName" "CExLabel" "fieldName" "NewItemNameBG" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "" "textAlignment" "east" "xpos" "10" @@ -273,7 +273,7 @@ { "ControlName" "CExLabel" "fieldName" "NewItemNameDescLabel" - "font" "HudFontSmallBold" + "font" "HudFontSmall" "labelText" "#ToolItemRenameNewItemName" "textAlignment" "west" "xpos" "20" -- cgit v1.2.3