diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-03-01 17:53:26 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2017-03-01 17:53:26 +0200 |
commit | b4c4a951c161e43bf66141248f0c94b97848ae98 (patch) | |
tree | 76a6443b27c9d4a6ef2837f37b01b7852c301fe9 /indra/newview/lltoastscripttextbox.h | |
parent | 9bd3a99f20ff6e73f5ea2245a21a94c5882ca673 (diff) |
MAINT-3604 Extend llTextBox message lines according to it's length
Diffstat (limited to 'indra/newview/lltoastscripttextbox.h')
-rw-r--r-- | indra/newview/lltoastscripttextbox.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/lltoastscripttextbox.h b/indra/newview/lltoastscripttextbox.h index 7d33446248..7aee02dd00 100644 --- a/indra/newview/lltoastscripttextbox.h +++ b/indra/newview/lltoastscripttextbox.h @@ -48,9 +48,12 @@ public: private: + LLTextBox* mInfoText; + void onClickSubmit(); void onClickIgnore(); + void snapToMessageHeight(); static const S32 DEFAULT_MESSAGE_MAX_LINE_COUNT; }; |