summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/panel_progress.xml
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-02-17 14:37:28 -0800
committerRichard Linden <none@none>2010-02-17 14:37:28 -0800
commit366aa236f2964855bcb6f8b95f52e8bdad902651 (patch)
treee87f1e40bd5c4f36b191d1d279aca7fec0b66edc /indra/newview/skins/default/xui/en/panel_progress.xml
parenta383a38b0c1b5ae02cf8b8a3d5e6ccb3924b8766 (diff)
EXT-5461 - Installing 1.23.5 release version over recent 2.0 builds corrupts 1.23s UI
reviewed by Leyla
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_progress.xml')
-rw-r--r--indra/newview/skins/default/xui/en/panel_progress.xml134
1 files changed, 0 insertions, 134 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_progress.xml b/indra/newview/skins/default/xui/en/panel_progress.xml
deleted file mode 100644
index 727c5fb7b2..0000000000
--- a/indra/newview/skins/default/xui/en/panel_progress.xml
+++ /dev/null
@@ -1,134 +0,0 @@
-<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
-<panel
- follows="left|bottom|right|top"
- height="768"
- layout="topleft"
- left="0"
- name="login_progress_panel"
- top="768"
- width="1024">
- <layout_stack
- follows="left|right|top|bottom"
- height="768"
- layout="topleft"
- left="0"
- name="stack1"
- orientation="horizontal"
- top="0"
- width="1024">
- <layout_panel
- layout="topleft"
- min_width="10"
- name="panel1"
- user_resize="false"
- width="150" />
- <layout_panel
- height="768"
- layout="topleft"
- min_width="640"
- name="panel2"
- user_resize="false"
- width="640">
- <layout_stack
- follows="left|right|top|bottom"
- height="768"
- layout="topleft"
- left="0"
- name="stack2"
- top="0"
- width="640">
- <layout_panel
- height="200"
- layout="topleft"
- min_height="10"
- name="panel3"
- width="640" />
- <layout_panel
- auto_resize="false"
- height="250"
- layout="topleft"
- min_height="250"
- name="panel4"
- width="640">
- <icon
- color="LoginProgressBoxCenterColor"
- follows="left|right|bottom|top"
- height="250"
- image_name="Rounded_Square"
- layout="topleft"
- left="0"
- top="0"
- width="640" />
- <text
- follows="left|right|top"
- font="SansSerifHuge"
- font_shadow="none"
- halign="left"
- height="20"
- layout="topleft"
- left_delta="47"
- name="title_text"
- text_color="LoginProgressBoxTextColor"
- top_delta="50"
- width="593" />
- <text
- follows="left|right|top"
- font="SansSerif"
- font_shadow="none"
- halign="left"
- height="20"
- layout="topleft"
- left_delta="0"
- name="progress_text"
- text_color="LoginProgressBoxTextColor"
- top_pad="5"
- width="593"
- word_wrap="true"/>
- <progress_bar
- bottom="115"
- color_bar="1 1 1 0.96"
- follows="left|right|top"
- height="16"
- layout="topleft"
- left="45"
- name="login_progress_bar"
- right="-45" />
- <text
- follows="left|right|top|bottom"
- font="SansSerifLarge"
- font_shadow="none"
- halign="left"
- height="100"
- layout="topleft"
- left="45"
- line_spacing.pixels="2"
- name="message_text"
- text_color="LoginProgressBoxTextColor"
- top="145"
- width="550"
- word_wrap="true"/>
- </layout_panel>
- <layout_panel
- height="200"
- layout="topleft"
- min_width="10"
- name="panel5"
- width="640" />
- </layout_stack>
- </layout_panel>
- <layout_panel
- layout="topleft"
- min_width="10"
- name="panel6"
- user_resize="false"
- width="150" />
- </layout_stack>
- <button
- follows="right|bottom"
- height="22"
- layout="topleft"
- left="-106"
- name="cancel_btn"
- top="700"
- width="90" />
-</panel>