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 | |
parent | a4b223248eac077c7d8e00c5fbb9f5fb067cc9bd (diff) |
fixed super long username clipping
Diffstat (limited to 'indra/newview/skins')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_edit_profile.xml | 3 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_view.xml | 7 |
2 files changed, 6 insertions, 4 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" diff --git a/indra/newview/skins/default/xui/en/panel_profile_view.xml b/indra/newview/skins/default/xui/en/panel_profile_view.xml index b0a175db0d..551efa0c26 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_view.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_view.xml @@ -99,7 +99,7 @@ width="70" /> <text follows="top|left" - height="17" + height="20" layout="topleft" left_pad="0" name="user_slid" @@ -108,10 +108,11 @@ top_delta="-2" use_ellipses="true" value="jack.linden" - width="215" /> + width="215" + wrap="true "/> <tab_container follows="all" - height="491" + height="489" halign="center" layout="topleft" left="5" |