diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-05 14:13:19 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-01-05 14:13:19 -0500 |
commit | 57363fdfd6921394be42000869e2d711e7212ea4 (patch) | |
tree | cc0f96310c91888458ad40ee0db205c9e34d7ed9 /indra/newview/skins | |
parent | 79a89f5d921f99ba7a990a1dbf7428d1d3758bc6 (diff) |
SL-92 WIP - More consistent enforcement of min/max hover values. Setting is stored as a per-account F32 value.
Diffstat (limited to 'indra/newview/skins')
-rwxr-xr-x | indra/newview/skins/default/xui/en/floater_edit_hover_height.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_edit_hover_height.xml b/indra/newview/skins/default/xui/en/floater_edit_hover_height.xml index 29d06b9b4e..8fc20d28fb 100755 --- a/indra/newview/skins/default/xui/en/floater_edit_hover_height.xml +++ b/indra/newview/skins/default/xui/en/floater_edit_hover_height.xml @@ -23,8 +23,6 @@ follows="top|left" height="15" increment="0.001" - max_val="2" - min_val="-2" initial_value="0.0" label="Height" label_width="60" |