From bbee27c902f81e1108bcaeaaace568e6bb97d4cb Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 23:15:34 -0400 Subject: Tweaks to color and font --- resource/ui/itemrenamedialog.res | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resource/ui/itemrenamedialog.res') diff --git a/resource/ui/itemrenamedialog.res b/resource/ui/itemrenamedialog.res index 36ac9fc..b811ce9 100644 --- a/resource/ui/itemrenamedialog.res +++ b/resource/ui/itemrenamedialog.res @@ -350,7 +350,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#Cancel" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" @@ -375,7 +375,7 @@ "enabled" "1" "tabPosition" "0" "labelText" "#CraftNameOk" - "font" "HudFontSmall" + "font" "HudFontMediumSmall" "textAlignment" "center" "dulltext" "0" "brighttext" "0" -- cgit v1.2.3 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