add tab size setting to QR editor

This commit is contained in:
LenAnderson
2024-04-07 17:00:36 -04:00
parent 3ed0564d73
commit 21d3a7dc3e
4 changed files with 43 additions and 2 deletions

View File

@ -16,12 +16,16 @@
<label for="qr--modal-message">
Message / Command:
</label>
<small>
<div class="qr--modal-editorSettings">
<label class="checkbox_label">
<input type="checkbox" id="qr--modal-wrap">
<span>Word wrap</span>
</label>
</small>
<label class="checkbox_label">
<span>Tab size:</span>
<input type="number" min="1" max="9" id="qr--modal-tabSize" class="text_pole">
</label>
</div>
<textarea class="monospace" id="qr--modal-message"></textarea>
</div>
</div>