aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorMcCabe Maxsted2010-05-04 20:23:11 -0700
committerJacek Antonelli2010-05-05 16:28:09 -0500
commit39a8abe4dfcf9678812acf51196ef7b3523c15ad (patch)
tree1701103da5e9ee5c4cae17367dc81d7f91e70195
parentFixed #231: Non-english languages have messed up profile layouts (note: class... (diff)
downloadmeta-impy-39a8abe4dfcf9678812acf51196ef7b3523c15ad.zip
meta-impy-39a8abe4dfcf9678812acf51196ef7b3523c15ad.tar.gz
meta-impy-39a8abe4dfcf9678812acf51196ef7b3523c15ad.tar.bz2
meta-impy-39a8abe4dfcf9678812acf51196ef7b3523c15ad.tar.xz
Made the 'Imprudence' label in the progress bar big, because we're awesome like that
-rw-r--r--linden/indra/newview/skins/default/xui/en-us/panel_progress.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/panel_progress.xml b/linden/indra/newview/skins/default/xui/en-us/panel_progress.xml
index 5e960e7..1b5db2c 100644
--- a/linden/indra/newview/skins/default/xui/en-us/panel_progress.xml
+++ b/linden/indra/newview/skins/default/xui/en-us/panel_progress.xml
@@ -7,7 +7,7 @@
7 <layout_panel name="panel3" min_height="10" height="200" width="640"/> 7 <layout_panel name="panel3" min_height="10" height="200" width="640"/>
8 <layout_panel name="panel4" min_height="250" height="250" width="640" auto_resize="false"> 8 <layout_panel name="panel4" min_height="250" height="250" width="640" auto_resize="false">
9 <icon image_name="rounded_square.tga" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="640" height="250" follows="left|right|bottom|top"/> 9 <icon image_name="rounded_square.tga" color="LoginProgressBoxCenterColor" left="0" bottom="0" width="640" height="250" follows="left|right|bottom|top"/>
10 <text name="title_text" halign="center" font="SansSerif" left="0" bottom="-70" width="640" height="20" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top"/> 10 <text name="title_text" halign="center" font="SansSerifHuge" left="0" bottom="-70" width="640" height="20" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top"/>
11 <text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="640" height="20" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top"/> 11 <text name="progress_text" halign="center" font="SansSerif" left="0" bottom="-95" width="640" height="20" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top"/>
12 <progress_bar name="login_progress_bar" color="255,255,255,245" height="16" bottom="135" left="45" right="-45" follows="left|right|top" /> 12 <progress_bar name="login_progress_bar" color="255,255,255,245" height="16" bottom="135" left="45" right="-45" follows="left|right|top" />
13 <text name="message_text" halign="center" line_spacing="8" font="SansSerif" left="20" bottom="5" width="600" height="100" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top|bottom"/> 13 <text name="message_text" halign="center" line_spacing="8" font="SansSerif" left="20" bottom="5" width="600" height="100" text_color="LoginProgressBoxTextColor" font-style="SHADOW" follows="left|right|top|bottom"/>