show labels for brush width

This commit is contained in:
ansuz
2017-04-03 10:43:57 +02:00
parent 2a6de5163b
commit 4f7e25eeb9
2 changed files with 5 additions and 2 deletions

View File

@@ -75,7 +75,7 @@
<div id="controls">
<button id="clear">Clear</button>
<input id="width" type="number" value="5"></input>
<input id="width" type="range" value="5" min="1" max="100"></input><label for="width">5</label>
<div id="colors">&nbsp;</div>
</div>