diff options
author | James Cook <james@lindenlab.com> | 2010-05-19 16:38:50 -0700 |
---|---|---|
committer | James Cook <james@lindenlab.com> | 2010-05-19 16:38:50 -0700 |
commit | 2c87657659eb6cdd0a0f135b78d290ed180cc21d (patch) | |
tree | 5950a59f2815f19063e835fb2038c71b25284c28 /indra/newview/skins/default/xui | |
parent | 32f9bd0bcedfa2ba858448c7211a681d81b85b97 (diff) |
DEV-50265 Fix clipping of "Forgot your username or password?"
Diffstat (limited to 'indra/newview/skins/default/xui')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_login.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_login.xml b/indra/newview/skins/default/xui/en/panel_login.xml index 14759ad731..0f97301856 100644 --- a/indra/newview/skins/default/xui/en/panel_login.xml +++ b/indra/newview/skins/default/xui/en/panel_login.xml @@ -160,8 +160,8 @@ width="135" <layout_panel follows="right|bottom" name="links" -width="200" -min_width="200" +width="205" +min_width="205" user_resize="false" height="80"> <text @@ -173,7 +173,7 @@ height="16" top="12" right="-10" name="create_new_account_text" - width="180"> + width="200"> Sign up </text> <text @@ -185,7 +185,7 @@ height="16" name="forgot_password_text" top_pad="12" right="-10" - width="180"> + width="200"> Forgot your username or password? </text> <text @@ -197,7 +197,7 @@ height="16" name="login_help" top_pad="2" right="-10" - width="180"> + width="200"> Need help logging in? </text> <!-- <text follows="right|bottom" |