1
0
mirror of https://github.com/MatMoul/quickdial-webext.git synced 2024-12-23 15:36:12 +00:00

Improvement: Invert Ratio X,Y field in settings

This commit is contained in:
MatMoul 2017-11-18 23:59:39 +01:00
parent 190d54a0f1
commit 45f7e60fb8

View File

@ -76,10 +76,10 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td><span>Ratio (Y,X) :</span></td> <td><span>Ratio (X/Y) :</span></td>
<td> <td>
<input id="GridRatioY" type="number" min="1">
<input id="GridRatioX" type="number" min="1"> <input id="GridRatioX" type="number" min="1">
<input id="GridRatioY" type="number" min="1">
</td> </td>
</tr> </tr>
<tr> <tr>