diff options
| author | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-03-28 04:52:24 +0200 |
|---|---|---|
| committer | maksymsproductengine <maksymsproductengine@lindenlab.com> | 2013-03-28 04:52:24 +0200 |
| commit | da8f2ffb16d6df1ccb9f34ddf6f26d799d2ea127 (patch) | |
| tree | db9cc545697de6257cb1dd8a54038533ccc1aeaf /indra/llui/llscrollcontainer.h | |
| parent | 3a31b47028e0ae4945512924219118a74b0c7b27 (diff) | |
CHUI-855 FIXED Text entry bar auto expand does not resize
Diffstat (limited to 'indra/llui/llscrollcontainer.h')
| -rw-r--r-- | indra/llui/llscrollcontainer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/llscrollcontainer.h b/indra/llui/llscrollcontainer.h index d87c95b3d7..4eb43539b8 100644 --- a/indra/llui/llscrollcontainer.h +++ b/indra/llui/llscrollcontainer.h @@ -68,6 +68,7 @@ public: max_auto_scroll_rate; Optional<LLUIColor> bg_color; Optional<LLScrollbar::callback_t> scroll_callback; + Optional<S32> size; Params(); }; @@ -116,6 +117,9 @@ public: bool autoScroll(S32 x, S32 y); + S32 getSize() const { return mSize; } + void setSize(S32 thickness); + protected: LLView* mScrolledView; |
