diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-12-14 17:24:26 +0200 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-12-14 17:24:26 +0200 |
commit | f5e1ba26b7d9890e0735a22c875e0040bb504f3c (patch) | |
tree | ac70e3a76ceab34300e50c22cebbcc620b0d86e5 /indra/llui/lltabcontainer.h | |
parent | 7fbb3f69b1b166954eed0a3be24f7ecb021f0b5a (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.h | 2 |
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; |