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