summaryrefslogtreecommitdiff
path: root/indra/llui/llscrollbar.h
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2013-03-28 04:52:24 +0200
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2013-03-28 04:52:24 +0200
commitda8f2ffb16d6df1ccb9f34ddf6f26d799d2ea127 (patch)
treedb9cc545697de6257cb1dd8a54038533ccc1aeaf /indra/llui/llscrollbar.h
parent3a31b47028e0ae4945512924219118a74b0c7b27 (diff)
CHUI-855 FIXED Text entry bar auto expand does not resize
Diffstat (limited to 'indra/llui/llscrollbar.h')
-rw-r--r--indra/llui/llscrollbar.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/llscrollbar.h b/indra/llui/llscrollbar.h
index ff74f753b9..21fd2d631e 100644
--- a/indra/llui/llscrollbar.h
+++ b/indra/llui/llscrollbar.h
@@ -124,6 +124,9 @@ public:
void onLineUpBtnPressed(const LLSD& data);
void onLineDownBtnPressed(const LLSD& data);
+
+ S32 getThickness() const { return mThickness; }
+ void setThickness(S32 thickness);
private:
void updateThumbRect();