diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-01-14 01:13:10 +0200 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-01-14 12:37:46 +0200 |
commit | f34af8f7d1a6182468ef72637dfab076b4d569ab (patch) | |
tree | 656c823c7faa946d7381fc344ea16df46dae4249 /indra/newview/skins/default/xui/en | |
parent | eb48eead2b029d5a85a9a58be4e30cb14d191ff0 (diff) |
#3398 Remove 3p logos from the viewer
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_progress.xml | 40 |
1 files changed, 4 insertions, 36 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_progress.xml b/indra/newview/skins/default/xui/en/panel_progress.xml index 242b96b695..337335e1aa 100644 --- a/indra/newview/skins/default/xui/en/panel_progress.xml +++ b/indra/newview/skins/default/xui/en/panel_progress.xml @@ -44,15 +44,15 @@ width="670" /> <layout_panel auto_resize="false" - height="275" + height="240" layout="topleft" - min_height="275" + min_height="240" name="panel4" width="670"> <icon color="LoginProgressBoxCenterColor" follows="left|right|bottom|top" - height="275" + height="240" image_name="Rounded_Square" layout="topleft" left="0" @@ -60,7 +60,7 @@ width="670" /> <layout_stack follows="left|right|top|bottom" - height="275" + height="240" layout="topleft" left="0" orientation="vertical" @@ -70,14 +70,6 @@ width="670"> <layout_panel auto_resize="false" - height="30" - layout="topleft" - min_height="30" - name="panel_top_spacer" - width="670"> - </layout_panel> - <layout_panel - auto_resize="false" height="100" layout="topleft" min_height="100" @@ -142,30 +134,6 @@ right="-90" word_wrap="true"/> </layout_panel> - <layout_panel - auto_resize="false" - height="40" - layout="topleft" - min_height="40" - name="panel_icons" - width="670"> - <!--Logos are tied to following label from code--> - <text - follows="left|right|top" - layout="topleft" - font="SansSerifLarge" - font_shadow="none" - halign="left" - height="16" - width="240" - left="47" - top="6" - line_spacing.pixels="2" - name="logos_lbl" - text_color="LoginProgressBoxTextColor"> - Second Life uses - </text> - </layout_panel> </layout_stack> </layout_panel> <layout_panel |