diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-03-22 22:14:45 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-03-22 22:14:45 +0200 |
commit | 30cd4db57e105efe164a433f61847998c4c03784 (patch) | |
tree | 1c06b91b21324c0ca410916cbdc911b5e7e53777 /indra/newview/skins/default | |
parent | eaa50876b52b6134d9ee068829d904235179be7c (diff) |
SL-10799 [Legacy Profiles] Profile picture is too stretched
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_firstlife.xml | 2 | ||||
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_profile_secondlife.xml | 2 |
2 files changed, 2 insertions, 2 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 f9b6f5c62a..53cdc0f061 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_firstlife.xml @@ -25,7 +25,7 @@ top="10" left="6" height="225" - width="275" + width="225" follows="top|left" layout="topleft" allow_no_texture="true" diff --git a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml index 27d09386b9..b6d767bbba 100644 --- a/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml +++ b/indra/newview/skins/default/xui/en/panel_profile_secondlife.xml @@ -135,7 +135,7 @@ top_pad="6" left_delta="0" height="180" - width="220" + width="180" follows="top|left" layout="topleft" allow_no_texture="true" |