diff options
author | SignpostMarv | 2010-12-14 19:44:07 +0000 |
---|---|---|
committer | McCabe Maxsted | 2011-04-11 16:33:58 -0700 |
commit | cc825da49e0836688c3e371b183a48ab6f3287c1 (patch) | |
tree | 82e9873640983a3bf4defd1ebbfdfd9456658f5a /linden | |
parent | fix Bug #857: Imprudence lluserauth reports different mac address than other ... (diff) | |
download | meta-impy-cc825da49e0836688c3e371b183a48ab6f3287c1.zip meta-impy-cc825da49e0836688c3e371b183a48ab6f3287c1.tar.gz meta-impy-cc825da49e0836688c3e371b183a48ab6f3287c1.tar.bz2 meta-impy-cc825da49e0836688c3e371b183a48ab6f3287c1.tar.xz |
Constraints in XUI files don't match the constraints imposed elsewhere in the viewer/server code.
Diffstat (limited to 'linden')
-rw-r--r-- | linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml index c665563..3f476cf 100644 --- a/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml +++ b/linden/indra/newview/skins/default/xui/en-us/floater_tools.xml | |||
@@ -908,12 +908,12 @@ | |||
908 | Slice Begin and End: | 908 | Slice Begin and End: |
909 | </text> | 909 | </text> |
910 | <spinner bottom_delta="-19" decimal_digits="3" follows="left|top" height="16" | 910 | <spinner bottom_delta="-19" decimal_digits="3" follows="left|top" height="16" |
911 | increment="0.025" initial_val="0" label="B" label_width="10" left="121" | 911 | increment="0.02" initial_val="0" label="B" label_width="10" left="121" |
912 | max_val="0.95" min_val="0" mouse_opaque="true" name="Path Limit Begin" | 912 | max_val="0.98" min_val="0" mouse_opaque="true" name="Path Limit Begin" |
913 | width="68" /> | 913 | width="68" /> |
914 | <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16" | 914 | <spinner bottom_delta="0" decimal_digits="3" follows="left|top" height="16" |
915 | increment="0.025" initial_val="1" label="E" label_width="10" left_delta="73" | 915 | increment="0.02" initial_val="1" label="E" label_width="10" left_delta="73" |
916 | max_val="1" min_val="0.05" mouse_opaque="true" name="Path Limit End" | 916 | max_val="1" min_val="0.02" mouse_opaque="true" name="Path Limit End" |
917 | width="68" /> | 917 | width="68" /> |
918 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" | 918 | <text bg_visible="false" border_drop_shadow_visible="false" border_visible="false" |
919 | bottom_delta="-14" drop_shadow_visible="true" follows="left|top" | 919 | bottom_delta="-14" drop_shadow_visible="true" follows="left|top" |