diff options
Diffstat (limited to 'indra/newview/llexpandabletextbox.h')
-rwxr-xr-x | indra/newview/llexpandabletextbox.h | 2 |
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; |