diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-10-11 21:51:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-11 21:51:30 +0300 |
commit | 1f00b2e04857bf118e7217e1310c38d08738f657 (patch) | |
tree | 4944391fcff9e0abdb4c086bf74cf6f911ab78af /indra/llui/lltabcontainer.h | |
parent | ec7aaae3f69dc6f5a2f94302c6ad17a677173177 (diff) |
SL-20403 FIXED People floater showing arrows on default size
Diffstat (limited to 'indra/llui/lltabcontainer.h')
-rw-r--r-- | indra/llui/lltabcontainer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h index aa4a08c4ff..7d6fd15927 100644 --- a/indra/llui/lltabcontainer.h +++ b/indra/llui/lltabcontainer.h @@ -121,6 +121,8 @@ public: */ Optional<S32> tab_icon_ctrl_pad; + Optional<bool> use_tab_offset; + Params(); }; @@ -321,6 +323,8 @@ private: S32 mTabIconCtrlPad; bool mUseTabEllipses; LLFrameTimer mMouseDownTimer; + + bool mUseTabOffset; }; #endif // LL_TABCONTAINER_H |