summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCriticalFlaw <[email protected]>2017-12-09 17:09:00 -0500
committerCriticalFlaw <[email protected]>2017-12-09 17:09:00 -0500
commit9e857ae2387e5c6a066680270321323009d93521 (patch)
treee59d839b0dd41cf39de58bc7d2f63a7afb6b0889
parent2c6e4381be34f691d61a74d14856b1a62cb70adc (diff)
20171209 - Fixed inconsistent inventory labels
Crafting and Trading labels are now also uppercase. Lowered the position of the inventory descriptions.
-rw-r--r--resource/ui/CharInfoLoadoutSubPanel.res6
1 files changed, 3 insertions, 3 deletions
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"