summaryrefslogtreecommitdiff
path: root/indra/newview/llexpandabletextbox.h
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-08-20 00:20:06 +0100
committerCho <cho@lindenlab.com>2014-08-20 00:20:06 +0100
commit5f09e6709877d2782a1a96264c545ace7f22519b (patch)
tree0c5adb53d73d88c1c4592ad0fb9e65792f937d42 /indra/newview/llexpandabletextbox.h
parent3b2f456416d29534cb41fc9d4ad3bf195dcfc847 (diff)
Made expandable_text take max_length as a parameter and set experience profile description max_length to 2048 for ACME-1583
Diffstat (limited to 'indra/newview/llexpandabletextbox.h')
-rwxr-xr-xindra/newview/llexpandabletextbox.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llexpandabletextbox.h b/indra/newview/llexpandabletextbox.h
index 399e48bea2..e4f82fbbb2 100755
--- a/indra/newview/llexpandabletextbox.h
+++ b/indra/newview/llexpandabletextbox.h
@@ -103,6 +103,8 @@ public:
Optional<LLScrollContainer::Params> scroll;
Optional<S32> max_height;
+
+ Optional<S32> max_text_length;
Optional<bool> bg_visible,
expanded_bg_visible;