diff options
| author | Erica Olsen <erica@lindenlab.com> | 2009-10-20 19:39:40 +0000 | 
|---|---|---|
| committer | Erica Olsen <erica@lindenlab.com> | 2009-10-20 19:39:40 +0000 | 
| commit | a374d7b58c6c71d54434dd43168495ca8537045d (patch) | |
| tree | b8285db8eee09b5b30dddd40e301ac0b6a518133 | |
| parent | 4adb9f46e388fa73e3b4a318f428cd9b3ab200c6 (diff) | |
EXT-1376 Viewer 2.0 Fit & Finish Pass: People Panel - Friends
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_avatar_list_item.xml | 7 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/panel_group_list_item.xml | 27 | 
2 files changed, 23 insertions, 11 deletions
| diff --git a/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml b/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml index 2c9109449c..f747c557e2 100644 --- a/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml +++ b/indra/newview/skins/default/xui/en/panel_avatar_list_item.xml @@ -69,14 +69,14 @@       name="speaking_indicator"       visible="true"       width="20" /> -    <button +   <button       follows="right"       height="16"       image_pressed="Info_Press"       image_hover="Info_Over"       image_unselected="Info_Off" -     layout="topleft" -     left_pad="5" +     left_pad="3" +     right="-25"       name="info_btn"       picture_style="true"       width="16" /> @@ -88,6 +88,7 @@       image_unselected="BuyArrow_Press"       layout="topleft"       left_pad="5" +     right="-5"       name="profile_btn"       picture_style="true"       width="16" /> diff --git a/indra/newview/skins/default/xui/en/panel_group_list_item.xml b/indra/newview/skins/default/xui/en/panel_group_list_item.xml index 6eec0ffe7a..7bdcaafe31 100644 --- a/indra/newview/skins/default/xui/en/panel_group_list_item.xml +++ b/indra/newview/skins/default/xui/en/panel_group_list_item.xml @@ -31,33 +31,44 @@       follows="top|left"       height="20"       image_name="Generic_Group" +     name="group_icon"       layout="topleft"       left="5"       mouse_opaque="true" -     name="group_icon" -     top="4" +     top="2"       width="20" /> -    <text +   <text       follows="left|right"       font="SansSerifSmall" -     height="17" +     height="15"       layout="topleft"       left_pad="5"       name="group_name" -     top="7" +     top="6"       use_ellipses="true"       value="Unknown" -     width="263" /> +     width="246" />      <button       follows="right"       height="16"       image_pressed="Info_Press"       image_hover="Info_Over"       image_unselected="Info_Off" -     layout="topleft" +     left_pad="3" +     right="-25"       name="info_btn"       picture_style="true" +     width="16" /> +    <button +     follows="right" +     height="16" +      image_selected="BuyArrow_Press" +     image_pressed="BuyArrow_Press" +     image_unselected="BuyArrow_Press" +     layout="topleft" +     left_pad="5"       right="-5" -     top="4" +     name="profile_btn" +     picture_style="true"       width="16" />  </panel> | 
