Skip to content

Commit

Permalink
adjusted maximum specular level value to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-bateman committed Jun 5, 2013
1 parent ef152da commit 3b2f2f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -649,7 +649,7 @@
<s:Form width="100%" skinClass="awaybuilder.view.skins.PropertyFormSkin" enabled="{!_asset.isDefault}">
<s:FormItem label="Specular Level" skinClass="awaybuilder.view.skins.PropertyFormItemSkin" width="100%">
<controls:DragableNumericStepper id="specularLevelStepper" value="@{_asset.specularLevel}"
stepSize="0.01" snapInterval="0.01" minimum="0" maximum="1"
stepSize="0.01" snapInterval="0.01" minimum="0" maximum="10"
change="stepper_changeHandler(event)" />
</s:FormItem>
<s:FormItem label="Specular Gloss" skinClass="awaybuilder.view.skins.PropertyFormItemSkin" width="100%">
Expand Down

0 comments on commit 3b2f2f9

Please sign in to comment.