option to not rescale labels on zoom

This commit is contained in:
Azgaar 2021-08-03 23:50:52 +03:00
parent 3fb68a89f6
commit 37e5b803bc
4 changed files with 11 additions and 2 deletions

View file

@ -910,6 +910,13 @@
<label for="hideLabels" class="checkbox-label">Toggle visibility automatically</label>
</td>
</tr>
<tr data-tip="Allow system to rescale labels on zoom">
<td colspan=2>
<input id="rescaleLabels" class="checkbox" type="checkbox" onchange="invokeActiveZooming()" checked>
<label for="rescaleLabels" class="checkbox-label">Rescale on zoom</label>
</td>
</tr>
</tbody>
</table>