no message

This commit is contained in:
Bengt Brodersen
2015-11-30 15:53:50 +01:00
parent 6fdb2d993c
commit b1d2a11b93
2 changed files with 3 additions and 2 deletions

View File

@@ -19,7 +19,7 @@
<div style="float: left; display: inline;"><input id="rowCount" type="text" class="text" maxlength="1" style="width: 10px; margin-right:5px;" value="2"/>Page Grid</div>
</div>
<div style="float: left; margin-right:10px; padding-right: 3px; display: inline; -webkit-appearance: default">
<form onchange="amount.value=scaleRange.value">
<form oninput="amount.value=scaleRange.value.toFixed(1)">
<input type="range" id="scaleRange" min="-1.0" max="1.0" step="0.1" value="0.0" style="width: 80px; position: relative; top: 2px; margin-right:5px;" />
<output name="amount" for="scaleRange"></output> Scale</form>
</div>