Skip to content

Commit b1b0cdb

Browse files
committed
#3784 Increase gltf scale boundaries
1 parent 205b228 commit b1b0cdb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

indra/newview/skins/default/xui/en/panel_tools_texture.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -968,8 +968,8 @@
968968
label_width="205"
969969
layout="topleft"
970970
left="10"
971-
min_val="-100"
972-
max_val="100"
971+
min_val="-10000"
972+
max_val="10000"
973973
name="gltfTextureScaleU"
974974
top_delta="34"
975975
width="265" />
@@ -981,8 +981,8 @@
981981
label_width="205"
982982
layout="topleft"
983983
left="10"
984-
min_val="-100"
985-
max_val="100"
984+
min_val="-10000"
985+
max_val="10000"
986986
name="gltfTextureScaleV"
987987
width="265" />
988988
<spinner

0 commit comments

Comments
 (0)