diff options
| author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-06 18:19:08 -0700 | 
|---|---|---|
| committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-05-06 18:19:08 -0700 | 
| commit | 9b849a45e82d359e1066948aa79878c0f26819f7 (patch) | |
| tree | d69e4a8815babbbefba93142fd9ff5ec135e9a2b /indra/newview | |
| parent | 04587bdb9d5e1653d5b19a6ca51e547180994958 (diff) | |
ACME-341 Hide the avatar icon and use the FB icon instead: Adjusted positioning of facebook icon to better match spec.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/widgets/person_view.xml | 7 | 
1 files changed, 3 insertions, 4 deletions
| diff --git a/indra/newview/skins/default/xui/en/widgets/person_view.xml b/indra/newview/skins/default/xui/en/widgets/person_view.xml index 006437401c..46c1b7ff75 100644 --- a/indra/newview/skins/default/xui/en/widgets/person_view.xml +++ b/indra/newview/skins/default/xui/en/widgets/person_view.xml @@ -14,16 +14,15 @@    arrow_size="10"    max_folder_item_overlap="2">      <facebook_icon -      layout="topleft"        follows="left" -      height="16" +      height="14"        image_name="Facebook_Icon"        left="5" -      top="5" +      bottom="6"        name="facebook_icon"        tool_tip="Facebook User"        visible="false" -      width="16" /> +      width="14" />      <avatar_icon        follows="left"        layout="topleft" | 
