diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-04-23 19:07:44 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-04-23 20:09:49 +0300 |
commit | b1b0cdbcf0c7a579bcce73296d4225499b544617 (patch) | |
tree | 5eb258175ec217878dbbf41b361a0caae1405b2b | |
parent | 205b2282c7417d56433540fb4ee5df195545f9d2 (diff) |
#3784 Increase gltf scale boundaries
-rw-r--r-- | indra/newview/skins/default/xui/en/panel_tools_texture.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/newview/skins/default/xui/en/panel_tools_texture.xml b/indra/newview/skins/default/xui/en/panel_tools_texture.xml index af6a9b94d9..b7db9dec96 100644 --- a/indra/newview/skins/default/xui/en/panel_tools_texture.xml +++ b/indra/newview/skins/default/xui/en/panel_tools_texture.xml @@ -968,8 +968,8 @@ label_width="205" layout="topleft" left="10" - min_val="-100" - max_val="100" + min_val="-10000" + max_val="10000" name="gltfTextureScaleU" top_delta="34" width="265" /> @@ -981,8 +981,8 @@ label_width="205" layout="topleft" left="10" - min_val="-100" - max_val="100" + min_val="-10000" + max_val="10000" name="gltfTextureScaleV" width="265" /> <spinner |