diff options
| author | Leyla Farazha <leyla@lindenlab.com> | 2010-10-05 15:37:06 -0700 | 
|---|---|---|
| committer | Leyla Farazha <leyla@lindenlab.com> | 2010-10-05 15:37:06 -0700 | 
| commit | 8ce02aeef0c170b87ddb570b97eddd0c0dd13184 (patch) | |
| tree | 948fda5fe0a9f7761cf410103cb785763f9be103 | |
| parent | 77eda083f7295f13e652ffb75c79000b873588d3 (diff) | |
DN-135 adding highlight color to the username for consistency in person inspector
| -rw-r--r-- | indra/newview/skins/default/xui/en/inspect_avatar.xml | 10 | 
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/inspect_avatar.xml b/indra/newview/skins/default/xui/en/inspect_avatar.xml index b2efd13441..853d5f8735 100644 --- a/indra/newview/skins/default/xui/en/inspect_avatar.xml +++ b/indra/newview/skins/default/xui/en/inspect_avatar.xml @@ -42,6 +42,7 @@       text_color="White"       use_ellipses="true"       word_wrap="true" +    visible="false"        value="Grumpity ProductEngine with a long name"       width="185" />     <text @@ -53,7 +54,6 @@      top="10"      text_color="White"      use_ellipses="true" -    visible="false"       value="Grumpity ProductEngine"      width="190" />     <text @@ -61,10 +61,10 @@       height="16"       left="8"       name="user_slid" -     font="SansSerifSmall" -     text_color="White" -     value="James.pinden" -     width="175" +     font="SansSerifSmallBold" +     text_color="EmphasisColor" +     value="james.linden" +     width="185"       use_ellipses="true" />      <text       follows="top|left"  | 
