Issue #300 : follow-up : use shorter label

This commit is contained in:
jdescottes 2015-10-08 23:55:45 +02:00
parent a9e04a4abd
commit f61682bb8d

View File

@ -8,7 +8,7 @@
title="Scale the exported PNG spritesheet" title="Scale the exported PNG spritesheet"
rel="tooltip" rel="tooltip"
data-placement="top"> data-placement="top">
<div class="settings-description"><label for="scaling-factor">Output Scaling Factor</label></div> <label for="scaling-factor">Scale</label>
<input type="range" class="scaling-factor-input" name="scaling-factor" min="1" max="32" step="1"/> <input type="range" class="scaling-factor-input" name="scaling-factor" min="1" max="32" step="1"/>
<span class="scaling-factor-text"></span> <span class="scaling-factor-text"></span>
</div> </div>