diff --git a/indra/newview/llprogressview.cpp b/indra/newview/llprogressview.cpp index dd44e661d6f715353a9de0ac7fa312e1fde996a0..afda384c84063a08d538b4e9acf8990c77799fb1 100644 --- a/indra/newview/llprogressview.cpp +++ b/indra/newview/llprogressview.cpp @@ -510,7 +510,6 @@ void LLProgressView::initTextures(S32 location_id, bool is_in_production) childSetVisible("panel_icons", mLogosList.empty() ? FALSE : TRUE); childSetVisible("panel_login", TRUE); childSetVisible("panel_teleport", FALSE); - childSetVisible("panel_spacer", FALSE); } void LLProgressView::releaseTextures() @@ -520,7 +519,6 @@ void LLProgressView::releaseTextures() childSetVisible("panel_login", FALSE); childSetVisible("panel_teleport", TRUE); - childSetVisible("panel_spacer", TRUE); childSetVisible("panel_icons", FALSE); } diff --git a/indra/newview/skins/default/xui/en/panel_progress.xml b/indra/newview/skins/default/xui/en/panel_progress.xml index 1384e5e779f9527a1969f0647b640b1f11019a3e..a0dfff3bd471e13466a1fd2759f40737c59c36d3 100644 --- a/indra/newview/skins/default/xui/en/panel_progress.xml +++ b/indra/newview/skins/default/xui/en/panel_progress.xml @@ -141,14 +141,6 @@ name="login_progress_bar" right="-45" /> </layout_panel> - <layout_panel - auto_resize="false" - height="12" - layout="topleft" - min_height="12" - name="panel_spacer" - width="670"> - </layout_panel> <layout_panel auto_resize="false" height="110"