This commit is contained in:
Azgaar 2019-11-13 00:32:47 +03:00
parent e21aed5188
commit bd1200742e
2 changed files with 6 additions and 6 deletions

View file

@ -1753,14 +1753,14 @@
</td>
</tr>
<tr data-tip="Define relative size of a saved png/jpeg image. Saving big images is slow and may cause a browser crash!">
<tr data-tip="Define scale of a saved png/jpeg image (e.g. 5x). Saving big images is slow and may cause a browser crash!">
<td></td>
<td>PNG/JPEG size</td>
<td>PNG/JPEG scale</td>
<td>
<input id="pngResolutionInput" data-stored="pngResolution" type="range" min=1 max=8 value=5>
<input id="pngResolutionInput" data-stored="pngResolution" type="range" min=1 max=8 value=1>
</td>
<td>
<input id="pngResolutionOutput" data-stored="pngResolution" type="number" min=1 max=8 value=5>
<input id="pngResolutionOutput" data-stored="pngResolution" type="number" min=1 max=8 value=1>
</td>
</tr>