diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-05-05 09:02:23 -0600 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-05-05 09:02:23 -0600 |
commit | a776a11ea6aee0c99f9517c8f217ed07f12fa487 (patch) | |
tree | 2d0d0de12d3d2c9f37d35a52ccc1103657b21be1 /indra/newview/skins/default/xui/en | |
parent | a81356f841860c0da1ff991393239f6c9221c9f1 (diff) | |
parent | c9f344d456392025d53b7a74c4012c3ef39d01ce (diff) |
Automated merge with http://hg.secondlife.com/mesh-development
Diffstat (limited to 'indra/newview/skins/default/xui/en')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_model_wizard.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_model_wizard.xml b/indra/newview/skins/default/xui/en/floater_model_wizard.xml index 03af348a8d..92d57b20be 100644 --- a/indra/newview/skins/default/xui/en/floater_model_wizard.xml +++ b/indra/newview/skins/default/xui/en/floater_model_wizard.xml @@ -449,12 +449,12 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se <slider follows="left|top" height="20" - increment="0.5" + increment="1" layout="topleft" left="204" - max_val="4" - initial_value="3" - min_val="2" + max_val="3" + initial_value="2" + min_val="0" name="accuracy_slider" show_text="false" top="130" @@ -464,7 +464,8 @@ Advanced users familiar with 3d content creation tools may prefer to use the [se top_pad="0" width="300" left_delta="6" - height="4">' ' '</text> + height="4">' + </text> <icon |