Ruler polyline width Style interface

for white line and gray line.
This commit is contained in:
Ángel Montero Lamas 2024-08-28 17:52:50 +02:00
parent f50b077f84
commit c2c58c2894
4 changed files with 75 additions and 30 deletions

View file

@ -954,6 +954,16 @@
<output id="rulerGrayLineColorOutput">#808080</output>
</td>
</tr>
<tr data-tip="Set ruler white line width multiplier">
<td><label for="rulerWhiteLineWidth">White line width:</label></td>
<td><input type="number" id="rulerWhiteLineWidth" min="0.1" max="5" step="0.1" value="1"></td>
</tr>
<tr data-tip="Set ruler gray line width multiplier">
<td><label for="rulerGrayLineWidth">Gray line width:</label></td>
<td><input type="number" id="rulerGrayLineWidth" min="0.1" max="5" step="0.1" value="1.2"></td>
</tr>
</tbody>