summaryrefslogtreecommitdiff
path: root/indra/llui/lltabcontainer.h
diff options
context:
space:
mode:
authorLeyla Farazha <leyla@lindenlab.com>2009-10-28 14:56:31 -0700
committerLeyla Farazha <leyla@lindenlab.com>2009-10-28 14:56:31 -0700
commita0e766da94d786d306a86667a27728524ca6eedb (patch)
tree2322fe78599d14024affef0dca93dcd84cd0af74 /indra/llui/lltabcontainer.h
parent7a7bc8d33bba19530bf71c210d996a3faf711cd1 (diff)
EXT-1697 tab label type not to spec
EXT-1870 Remove default tooltips from tab_container widget EXT-1699 right and left tab edges don't align with edges of tab content area EXT-1869 tabs flash when your cursor passes over data fields reviewed by richard
Diffstat (limited to 'indra/llui/lltabcontainer.h')
-rw-r--r--indra/llui/lltabcontainer.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llui/lltabcontainer.h b/indra/llui/lltabcontainer.h
index e3af5384b1..9a9cf1f0d7 100644
--- a/indra/llui/lltabcontainer.h
+++ b/indra/llui/lltabcontainer.h
@@ -258,6 +258,9 @@ private:
LLPointer<LLUIImage> mImageBottomSelected;
LLPointer<LLUIImage> mImageLeftUnselected;
LLPointer<LLUIImage> mImageLeftSelected;
+
+ LLFontGL::HAlign mFontHalign;
+ const LLFontGL* mFont;
};
#endif // LL_TABCONTAINER_H