summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.h
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-12-14 17:24:26 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-12-14 17:24:26 +0200
commitf5e1ba26b7d9890e0735a22c875e0040bb504f3c (patch)
treeac70e3a76ceab34300e50c22cebbcc620b0d86e5 /indra/llui/lltabcontainer.h
parent7fbb3f69b1b166954eed0a3be24f7ecb021f0b5a (diff)
MAINT-6899 Viewer should use fixed buttons instead of a scroll list for tabs in Appearance floater
Diffstat (limited to 'indra/llui/lltabcontainer.h')
-rw-r--r--indra/llui/lltabcontainer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h
index 057809dc42..4a5f08f5d3 100644
--- a/indra/llui/lltabcontainer.h
+++ b/indra/llui/lltabcontainer.h
@@ -83,6 +83,7 @@ public:
label_pad_left;
Optional<bool> hide_tabs;
+ Optional<bool> hide_scroll_arrows;
Optional<S32> tab_padding_right;
Optional<TabParams> first_tab,
@@ -262,6 +263,7 @@ private:
S32 mCurrentTabIdx;
BOOL mTabsHidden;
+ BOOL mHideScrollArrows;
BOOL mScrolled;
LLFrameTimer mScrollTimer;