summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrichard <none@none>2009-12-15 11:28:28 -0800
committerrichard <none@none>2009-12-15 11:28:28 -0800
commit6d36fad38a15dcf1e39dab930a1c5ce5c1b7b5c3 (patch)
tree4dbab3905c20a4ee2106f113f27cce4054d3fc54
parentac086c56afd34c2bf208ab0777780c5e03baca7b (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.xml26
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"