diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-11-30 02:04:32 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-11-30 02:05:26 +0200 |
commit | 43cf06b79e1a7d514f939b9511c3100da2768169 (patch) | |
tree | b4f78412a45d331086bf133f4464a08566b6f92f /indra/newview | |
parent | 06c2c87bfaf364cb358b8a4b194e6369531a63c6 (diff) |
SL-20649 Revert "SL-20140 Setting shape hand size to 36 won't save"
This reverts commit b07a9cfec36cdcad604b8aa775ed282793116a4d
to fix SL-20649 "Seeing tiny hands on other avatars"
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/character/avatar_lad.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/character/avatar_lad.xml b/indra/newview/character/avatar_lad.xml index 3a333b7faf..2cdd86267e 100644 --- a/indra/newview/character/avatar_lad.xml +++ b/indra/newview/character/avatar_lad.xml @@ -1928,8 +1928,8 @@ edit_group_order="10" label_min="Small Hands" label_max="Large Hands" - value_min="-.5" - value_max=".5" + value_min="-.3" + value_max=".3" camera_elevation=".1" camera_distance="1.4" camera_angle="0"> |