diff options
author | Mike Antipov <mantipov@productengine.com> | 2010-02-09 10:19:17 +0200 |
---|---|---|
committer | Mike Antipov <mantipov@productengine.com> | 2010-02-09 10:19:17 +0200 |
commit | e61f9d6465bc09522f2c14195d2dd4c1effcc7fc (patch) | |
tree | 3fdc1c15d11d77ef78ac376ff9d80343354194a7 /indra/llui/lltabcontainer.h | |
parent | bf2273d0adce6aae0a8c93f74d5cafe32e341674 (diff) | |
parent | e7889301723e23b94813464a4519ee6a7751f413 (diff) |
Merge
--HG--
branch : product-engine
Diffstat (limited to 'indra/llui/lltabcontainer.h')
-rw-r--r-- | indra/llui/lltabcontainer.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h index 4b5d45fb73..50ec2679f6 100644 --- a/indra/llui/lltabcontainer.h +++ b/indra/llui/lltabcontainer.h @@ -93,6 +93,16 @@ public: last_tab; /** + * Tab label horizontal alignment + */ + Optional<LLFontGL::HAlign> font_halign; + + /** + * Tab label ellipses + */ + Optional<bool> use_ellipses; + + /** * Use LLCustomButtonIconCtrl or LLButton in LLTabTuple */ Optional<bool> use_custom_icon_ctrl; @@ -294,6 +304,7 @@ private: bool mCustomIconCtrlUsed; S32 mTabIconCtrlPad; + bool mUseTabEllipses; }; #endif // LL_TABCONTAINER_H |