diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-09-28 11:27:55 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-09-28 11:27:55 -0700 |
commit | 9ef927831de63c42cfd5cf1ac5cdae6484ff976b (patch) | |
tree | 0107a47d31ac5f680cfea4e414ccbbbab0941627 /indra/newview/skins/default/xui/en/panel_edit_profile.xml | |
parent | a4b223248eac077c7d8e00c5fbb9f5fb067cc9bd (diff) |
fixed super long username clipping
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_edit_profile.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_profile.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_edit_profile.xml b/indra/newview/skins/default/xui/en/panel_edit_profile.xml index 0adaa662aa..5f16101132 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -131,7 +131,7 @@ width="70" /> <text follows="top|left" - height="13" + height="20" layout="topleft" left_pad="0" name="user_slid" @@ -140,6 +140,7 @@ top_delta="-2" use_ellipses="true" value="hamilton.linden" + wrap="true" width="215" /> <panel name="lifes_images_panel" |