diff options
author | Leyla Farazha <leyla@lindenlab.com> | 2010-09-23 17:56:14 -0700 |
---|---|---|
committer | Leyla Farazha <leyla@lindenlab.com> | 2010-09-23 17:56:14 -0700 |
commit | 8c35a4ccd276a09646a984e803c1ac4dae231136 (patch) | |
tree | dc8298c043f989d91e1f271cd3313c2cfcfc8c18 /indra | |
parent | f17c562544ef911767432bca92f5e0f217c7323c (diff) |
adding display name and username labels
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_view.xml | 59 |
1 files changed, 39 insertions, 20 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 920853aae7..36b883e5f2 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_view.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_view.xml @@ -28,34 +28,52 @@ tab_stop="false" top="2" width="30" /> + <text + top="10" + follows="top|left" + height="13" + layout="topleft" + left="45" + name="user_label" + text_color="LtGray" + value="Display Name:" + width="80" /> + <text + follows="top|left" + halign="right" + height="13" + layout="topleft" + left="165" + name="status" + text_color="LtGray_50" + top_delta="0" + value="Online" + width="150" /> <text - h_pad="0" - v_pad="0" follows="top|left|right" font="SansSerifBigBold" height="29" layout="topleft" - left_pad="5" + left="47" name="user_name_small" text_color="LtGray" - top="0" - value="(Loading...)" + top="22" + value="Jack oh look at me this is a super duper long name" use_ellipses="true" word_wrap="true" visible="false" width="275" /> <text - h_pad="0" - v_pad="0" follows="top|left|right" font="SansSerifHugeBold" height="27" layout="topleft" - left_delta="0" + left="47" name="user_name" text_color="LtGray" - top="2" - value="(Loading...)" + top="25" + value="Jack Linden" + visible="true" use_ellipses="true" width="275" /> <text @@ -63,20 +81,21 @@ height="13" layout="topleft" left="45" - name="user_slid" + name="user_label" text_color="LtGray" - width="150" /> + value="Username:" + width="70" /> <text follows="top|left" - halign="right" - height="13" + height="17" layout="topleft" - left="150" - name="status" - text_color="LtGray_50" - top_delta="0" - value="Online" - width="150" /> + left_pad="0" + name="user_slid" + text_color="EmphasisColor" + font="SansSerifBold" + top_delta="-2" + value="Jack Linden" + width="120" /> <tab_container follows="all" height="515" |