summaryrefslogtreecommitdiff
path: root/indra/llui/llscrollbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/llscrollbar.h')
-rwxr-xr-x[-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 3f3ca1378b..e2bf52c14b 100644..100755
--- a/indra/llui/llscrollbar.h
+++ b/indra/llui/llscrollbar.h
@@ -123,6 +123,9 @@ public:
void onLineUpBtnPressed(const LLSD& data);
void onLineDownBtnPressed(const LLSD& data);
+ S32 getThickness() const { return mThickness; }
+ void setThickness(S32 thickness);
+
private:
void updateThumbRect();
bool changeLine(S32 delta, BOOL update_thumb );