summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
diff options
context:
space:
mode:
authorKent Quirk <q@lindenlab.com>2010-10-26 23:13:36 -0400
committerKent Quirk <q@lindenlab.com>2010-10-26 23:13:36 -0400
commit8947724baa6d595844daeee2f18c865d1886acc5 (patch)
tree1c992e63108c62209b171d56aba68771c3713d70 /indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
parentcdd930d360b2cddf9b31531310f958f029423d7f (diff)
STORM-482; change to allow 1023 characters again in local chat. While fixing this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
Diffstat (limited to 'indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml')
-rw-r--r--indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml b/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
index 2ef52bf539..29f09dd0b2 100644
--- a/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
+++ b/indra/newview/skins/default/xui/en/floater_inventory_item_properties.xml
@@ -58,7 +58,7 @@
height="16"
layout="topleft"
left_delta="78"
- max_length="63"
+ max_length_bytes="63"
name="LabelItemName"
top_delta="0"
width="252" />
@@ -81,7 +81,7 @@
height="16"
layout="topleft"
left_delta="78"
- max_length="127"
+ max_length_bytes="127"
name="LabelItemDesc"
top_delta="0"
width="252" />
@@ -348,7 +348,7 @@
height="16"
layout="topleft"
left_pad="5"
- max_length="25"
+ max_length_bytes="25"
name="EditPrice"
top_delta="0"
width="242" /-->