diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-08-02 13:25:58 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-08-02 13:25:58 -0700 |
commit | c06992d60dd2a4d954175dbb42af193b3c2eb113 (patch) | |
tree | d13b898700e31234e2d3aa963c0fe91b914da1da /indra/newview | |
parent | 854e6acb424faa843f9bff7875927fcfec2cb1d4 (diff) |
DEV-52366 Long display name gets cut off in Places page for owner listing
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_place_profile.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_place_profile.xml b/indra/newview/skins/default/xui/en/panel_place_profile.xml index 35e8075896..fb6f14ae93 100644 --- a/indra/newview/skins/default/xui/en/panel_place_profile.xml +++ b/indra/newview/skins/default/xui/en/panel_place_profile.xml @@ -316,7 +316,8 @@ name="owner_value" top_delta="0" value="Alex Superduperlongenamenton" - width="205" /> + use_ellipses="true" + width="200" /> <icon follows="top|left" height="16" |