diff options
| author | Xiaohong Bao <bao@lindenlab.com> | 2011-05-04 16:27:30 -0600 | 
|---|---|---|
| committer | Xiaohong Bao <bao@lindenlab.com> | 2011-05-04 16:27:30 -0600 | 
| commit | c9f344d456392025d53b7a74c4012c3ef39d01ce (patch) | |
| tree | 02c63710b38f3ef49e9dbbb58f6bca41f3e65590 | |
| parent | 905fc03e5dd422e4d6b74859e22406ec4e12742c (diff) | |
fix for SH-1437: Crash in model wizard
| -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 | 
