diff options
author | James Cook <james@lindenlab.com> | 2009-10-21 00:32:19 +0000 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2009-10-21 00:32:19 +0000 |
commit | a2d0b1d77ffdf78ca3dd0a5db276e657a8c4919e (patch) | |
tree | ad847f4cc363b761c1a4058ff694c81b722878f7 /indra/newview/llsidetray.cpp | |
parent | 40ca1f90cead2e5445eb5152de05350aea0fa195 (diff) |
Side tray uses normal panel colors, not hard-coded floater colors.
Added "Show Side Tray" to login debug menu.
Fixed strange border color around Home side tray panel, more similar fixes to follow.
Reviewed with Richard.
Diffstat (limited to 'indra/newview/llsidetray.cpp')
-rw-r--r-- | indra/newview/llsidetray.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llsidetray.cpp b/indra/newview/llsidetray.cpp index 3e53c354d8..15f5e9da7b 100644 --- a/indra/newview/llsidetray.cpp +++ b/indra/newview/llsidetray.cpp @@ -144,12 +144,6 @@ BOOL LLSideTrayTab::postBuild() title_panel->getChild<LLTextBox>(TAB_PANEL_CAPTION_TITLE_BOX)->setValue(mTabTitle); - static LLUIColor default_background_color = LLUIColorTable::instance().getColor("FloaterDefaultBackgroundColor"); - static LLUIColor focus_background_color = LLUIColorTable::instance().getColor("FloaterFocusBackgroundColor"); - - setTransparentColor(default_background_color); - setBackgroundColor(focus_background_color); - return true; } |