Skip to content
Snippets Groups Projects
Commit 953aec06 authored by Steven Bennetts's avatar Steven Bennetts
Browse files

More merge fixes (side panel merge issue)

parent 2ac24047
No related branches found
No related tags found
No related merge requests found
......@@ -152,6 +152,9 @@ static const S32 splitter_margin = 1;
//virtual
void LLSideTrayTab::arrange(S32 width, S32 height )
{
if(!mMainPanel)
return;
S32 offset = 0;
LLView* title_panel = getChildView(TAB_PANEL_CAPTION_NAME, true, false);
......
......@@ -101,25 +101,6 @@ color="DkGray"
/>
</sidetray_tab>
<sidetray_tab
name="sidebar_group_temp"
tab_title="Group Temp"
description="Group Information."
image="TabIcon_Me_Off"
mouse_opaque="false"
background_visible="true"
bg_opaque_color="0.5 0.5 0.5 1.0"
>
<panel
class="panel_group_info"
name="panel_group_info"
filename="floater_groupinfo.xml"
label="Groups"
border="true"
/>
</sidetray_tab>
<sidetray_tab
name="sidebar_appearance"
tab_title="Appearance"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment