summaryrefslogtreecommitdiff
path: root/indra/newview/lltoastscripttextbox.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2017-03-01 17:53:26 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2017-03-01 17:53:26 +0200
commitb4c4a951c161e43bf66141248f0c94b97848ae98 (patch)
tree76a6443b27c9d4a6ef2837f37b01b7852c301fe9 /indra/newview/lltoastscripttextbox.h
parent9bd3a99f20ff6e73f5ea2245a21a94c5882ca673 (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.h3
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;
};