diff options
| author | richard <none@none> | 2009-12-15 11:28:28 -0800 | 
|---|---|---|
| committer | richard <none@none> | 2009-12-15 11:28:28 -0800 | 
| commit | 6d36fad38a15dcf1e39dab930a1c5ce5c1b7b5c3 (patch) | |
| tree | 4dbab3905c20a4ee2106f113f27cce4054d3fc54 | |
| parent | ac086c56afd34c2bf208ab0777780c5e03baca7b (diff) | |
EXT-3478 - crazy scrollbars in profile when user has a long name
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_view.xml | 26 | 
1 files changed, 14 insertions, 12 deletions
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 8e683bffc1..6324ec2bd8 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_view.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_view.xml @@ -26,18 +26,20 @@       top="2"       width="23" />      <text_editor -	 read_only = "true" -     follows="top|left|right" -     font="SansSerifHugeBold" -     height="29" -     layout="topleft" -     left_pad="10" -     name="user_name" -     text_color="white" -     top="0" -     value="(Loading...)" -     use_ellipses="true" -     width="275" /> +      allow_scroll="false"  +      bg_visible="false"  +      read_only = "true" +      follows="top|left|right" +      font="SansSerifHugeBold" +      height="29" +      layout="topleft" +      left_pad="10" +      name="user_name" +      text_color="white" +      top="0" +      value="(Loading...)" +      use_ellipses="true" +      width="275" />      <text       follows="top|left"       height="13"  | 
