diff options
| author | CriticalFlaw <[email protected]> | 2017-12-09 17:09:00 -0500 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2017-12-09 17:09:00 -0500 |
| commit | 9e857ae2387e5c6a066680270321323009d93521 (patch) | |
| tree | e59d839b0dd41cf39de58bc7d2f63a7afb6b0889 /resource | |
| parent | 2c6e4381be34f691d61a74d14856b1a62cb70adc (diff) | |
20171209 - Fixed inconsistent inventory labels
Crafting and Trading labels are now also uppercase. Lowered the position
of the inventory descriptions.
Diffstat (limited to 'resource')
| -rw-r--r-- | resource/ui/CharInfoLoadoutSubPanel.res | 6 |
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"
|
