diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-09-27 15:40:22 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-09-27 15:40:22 -0700 |
commit | 7fc48fb1259d3dbceed5248d8ccda39048d6ba8d (patch) | |
tree | 999b166e5975f08141199fd85aadb4e5c2d5fd86 /indra/newview/skins/default/xui/en/panel_edit_profile.xml | |
parent | 9a72f91c5ed4b78f4f131a4ae80338566b863f11 (diff) |
Fixed username clipping issues in profile
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 caf5cb8817..acbc6ff7ad 100644 --- a/indra/newview/skins/default/xui/en/panel_edit_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_edit_profile.xml @@ -138,8 +138,9 @@ text_color="EmphasisColor" font="SansSerifBold" top_delta="-2" + use_ellipses="true" value="hamilton.linden" - width="150" /> + width="215" /> <panel name="lifes_images_panel" follows="left|top|right" |