diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-07 00:11:46 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-02-07 01:12:31 +0200 |
commit | a654989812853484733c1d03af98f64821323a7a (patch) | |
tree | 9d5bbd56135abbef14554faf381f4da662ebc6b2 /indra/newview/skins/default/xui/en/panel_profile_firstlife.xml | |
parent | 3ecfeda2fdb83c9d89f4e8743f9c99a8ec7b01f6 (diff) |
SL-19134 Replace icon in profiles with thumbnail
Mostly to make sure it works, but avatar images can be fairly large, so this prevents them from being permanently stored
Diffstat (limited to 'indra/newview/skins/default/xui/en/panel_profile_firstlife.xml')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_firstlife.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml index ca1e405a62..f899f83ad4 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml @@ -19,7 +19,7 @@ layout="topleft" visible="false" /> - <icon + <thumbnail name="real_world_pic" image_name="Generic_Person_Large" follows="top|left" |