Skip to content

Commit

Permalink
change button text
Browse files Browse the repository at this point in the history
  • Loading branch information
hpinkos committed Dec 18, 2017
1 parent 7b6c966 commit 5963900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Apps/Sandcastle/gallery/Globe Materials.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
Line Width <input style="width: 125px" type="range" min="1.0" max="10.0" step="1.0" data-bind="value: contourWidth, valueUpdate: 'input', enable: enableContour"> <span data-bind="text: contourWidth"></span>px
</div>
<div>
<button type="button" data-bind="click: changeColor, enable: enableContour">Change color</button>
<button type="button" data-bind="click: changeColor, enable: enableContour">Change contour color</button>
</div>
</div>
</div>
Expand Down

0 comments on commit 5963900

Please sign in to comment.