diff options
| author | Erica <erica@lindenlab.com> | 2009-11-16 17:40:16 -0800 | 
|---|---|---|
| committer | Erica <erica@lindenlab.com> | 2009-11-16 17:40:16 -0800 | 
| commit | 6b71a9f651798d0391dfe861c5fa86a5ac32c75b (patch) | |
| tree | e1a50a59055826b82c8e917d3bef2d08bcc7a24a | |
| parent | a33a53cacd0e497e759e88850fa087136712d252 (diff) | |
Chat Header layout
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_chat_header.xml | 60 | 
1 files changed, 30 insertions, 30 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_chat_header.xml b/indra/newview/skins/default/xui/en/panel_chat_header.xml index 64519b2571..ff7afeb399 100644 --- a/indra/newview/skins/default/xui/en/panel_chat_header.xml +++ b/indra/newview/skins/default/xui/en/panel_chat_header.xml @@ -1,44 +1,44 @@  <?xml version="1.0" encoding="utf-8" standalone="yes" ?>  <panel - background_visible="true" - bevel_style="in" - bg_alpha_color="black" - follows="left|top|right" - height="20" +      background_visible="true" +     bevel_style="in" +     bg_alpha_color="black" +     follows="top" +     height="24"   label="im_header"   layout="topleft"   name="im_header" > -    <avatar_icon -     follows="left" -     height="16" -     image_name="icon_avatar_online.tga" -     layout="topleft" -     left="2" -     mouse_opaque="true" -     name="avatar_icon" -     top="2" -     width="16" /> +             <avatar_icon +         follows="left" +         height="18" +         image_name="Generic_Person" +         layout="topleft" +         left="3" +         mouse_opaque="true" +         name="avatar_icon" +         top="3" +         width="18" />      <text       follows="left|right" -     font="SansSerifBigBold" -     height="20" -     layout="topleft" -     left_pad="6" +      font.style="BOLD" +         height="12" +         layout="topleft" +         left_pad="5"       right="-50"       name="user_name"       text_color="white" -     top="3" -     value="Darth Vader" -     use_ellipses="true" /> +         top="8" +         use_ellipses="true" +         value="Erica Vader" />      <text -     follows="right" -     font="SansSerifBig" -     height="20" -     layout="topleft" +            font="SansSerifSmall" +         follows="right" +         height="13" +         layout="topleft" +         left_pad="5"       name="time_box"       right="0" -     text_color="white" -     top="3" -     value="23:30" -     width="50" /> +     top="8" +         value="23:30" +         width="50" />  </panel> | 
