From 9e857ae2387e5c6a066680270321323009d93521 Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Sat, 9 Dec 2017 17:09:00 -0500 Subject: 20171209 - Fixed inconsistent inventory labels Crafting and Trading labels are now also uppercase. Lowered the position of the inventory descriptions. --- resource/ui/CharInfoLoadoutSubPanel.res | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'resource') diff --git a/resource/ui/CharInfoLoadoutSubPanel.res b/resource/ui/CharInfoLoadoutSubPanel.res index abb0b38..bf398c4 100644 --- a/resource/ui/CharInfoLoadoutSubPanel.res +++ b/resource/ui/CharInfoLoadoutSubPanel.res @@ -339,7 +339,7 @@ "ControlName" "CExLabel" "fieldName" "ShowCraftingLabel" "font" "CerbeticaBold16" - "labelText" "#CraftingExplanation_Title" + "labelText" "CRAFTING" "textAlignment" "north" "xpos" "0" "ypos" "5" @@ -431,7 +431,7 @@ "ControlName" "CExLabel" "fieldName" "ShowTradeLabel" "font" "CerbeticaBold16" - "labelText" "#TradingExplanation_Title" + "labelText" "TRADING" "textAlignment" "north" "xpos" "0" "ypos" "5" @@ -522,7 +522,7 @@ "labelText" "classname" "textAlignment" "north" "xpos" "0" - "ypos" "215" + "ypos" "220" "zpos" "1" "wide" "300" "tall" "30" -- cgit v1.2.3