diff options
| author | Dave Parks <davep@lindenlab.com> | 2010-10-20 16:18:22 -0500 | 
|---|---|---|
| committer | Dave Parks <davep@lindenlab.com> | 2010-10-20 16:18:22 -0500 | 
| commit | 06c2c70abf60a89e22341cdc27c3aa5329569a5f (patch) | |
| tree | 0cc354a690336923760bf53c026222d504793297 /indra/newview | |
| parent | 96187475d1485da471ffe65b86a9a2d86e54ae99 (diff) | |
Set proper limits for physics parameters.
Diffstat (limited to 'indra/newview')
| -rw-r--r-- | indra/newview/skins/default/xui/en/floater_tools.xml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/indra/newview/skins/default/xui/en/floater_tools.xml b/indra/newview/skins/default/xui/en/floater_tools.xml index cab466f71b..08de748e18 100644 --- a/indra/newview/skins/default/xui/en/floater_tools.xml +++ b/indra/newview/skins/default/xui/en/floater_tools.xml @@ -1541,7 +1541,7 @@ even though the user gets a free copy.               layout="topleft"               left="10"               min_val="-1" -             max_val="10" +             max_val="28"               name="Physics Gravity"               top_pad="10"               width="128" /> @@ -1580,8 +1580,8 @@ even though the user gets a free copy.               label_width="70"               layout="topleft"               left_delta="0" -             max_val="10" -             min_val="0" +             max_val="22587" +             min_val="1"               name="Physics Density"               top_pad="4"               width="128" /> | 
