Skip to content

Commit

Permalink
Template: Greed -> Grid. (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkunic authored and nmanovic committed Feb 3, 2019
1 parent 746cffb commit 02092db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cvat/apps/engine/templates/engine/annotation.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,15 +248,15 @@
<td> <input type="checkbox" id="resetZoomBox" class="settingsBox"/> </td>
</tr>
<tr>
<td> <label> Greed Size </label> </td>
<td> <label> Grid Size </label> </td>
<td> <input type="number" min="5" max="1000" value="100" id="playerGridSizeInput" class="regular h2"/> </td>
</tr>
<tr>
<td> <label> Greed Opacity </label> </td>
<td> <label> Grid Opacity </label> </td>
<td> <input type="range" min="0" max="5" value="0" id="playerGridOpacityInput" class="regular h2"/> </td>
</tr>
<tr>
<td> <label> Greed Stroke </label> </td>
<td> <label> Grid Stroke </label> </td>
<td>
<select id="playerGridStrokeInput" class="regular h2">
<option value="black"> Black </option>
Expand Down

0 comments on commit 02092db

Please sign in to comment.