From 1f00b2e04857bf118e7217e1310c38d08738f657 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Wed, 11 Oct 2023 21:51:30 +0300 Subject: SL-20403 FIXED People floater showing arrows on default size --- indra/llui/lltabcontainer.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'indra/llui/lltabcontainer.h') 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 tab_icon_ctrl_pad; + Optional use_tab_offset; + Params(); }; @@ -321,6 +323,8 @@ private: S32 mTabIconCtrlPad; bool mUseTabEllipses; LLFrameTimer mMouseDownTimer; + + bool mUseTabOffset; }; #endif // LL_TABCONTAINER_H -- cgit v1.2.3