1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2025-12-16 08:53:13 +00:00

Feature: Add custom ratio settings

This commit is contained in:
2017-11-18 23:16:49 +01:00
parent 1ba60232f2
commit 05a78e2d63
4 changed files with 54 additions and 4 deletions

View File

@@ -69,6 +69,19 @@
<input id="GridColumns" type="number" min="1">
</td>
</tr>
<tr>
<td><span>Ratio Auto :</span></td>
<td>
<input id="GridRatioAuto" type="checkbox">
</td>
</tr>
<tr>
<td><span>Ratio (Y,X) :</span></td>
<td>
<input id="GridRatioY" type="number" min="1">
<input id="GridRatioX" type="number" min="1">
</td>
</tr>
<tr>
<td><span>Margins :</span></td>
<td><input id="GridMargins" type="number" min="0"></td>