summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-10-12 15:06:14 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-10-12 15:06:14 +0300
commit451b47637274ef43973bb880bbc3192bf18b46a0 (patch)
treec199bf98ba6eba5273d1da848c755e15cd5a5b22 /indra/newview
parent6486a8fcfc37f07be063caba19c0020bc44a1ca9 (diff)
SL-9867 EEP Set the cloud speed 2d vector control max to [-10 - 10]
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/skins/default/xui/en/panel_settings_sky_clouds.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_settings_sky_clouds.xml b/indra/newview/skins/default/xui/en/panel_settings_sky_clouds.xml
index 325df39f87..0816d8212d 100644
--- a/indra/newview/skins/default/xui/en/panel_settings_sky_clouds.xml
+++ b/indra/newview/skins/default/xui/en/panel_settings_sky_clouds.xml
@@ -128,10 +128,10 @@
visible="true"
left_delta="0"
top_delta="21"
- min_val_x="-30"
- max_val_x="30"
- min_val_y="-30"
- max_val_y="30" />
+ min_val_x="-10"
+ max_val_x="10"
+ min_val_y="-10"
+ max_val_y="10" />
<text
follows="left|top"