Skip to content

Commit 8be10f7

Browse files
committed
Set min slider to step 0.1 seconds.
1 parent e913efe commit 8be10f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cargo/core/compiler/timings.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ static HTML_CANVAS: &str = r#"
649649
<td><label for="scale">Scale:</label></td>
650650
</tr>
651651
<tr>
652-
<td><input type="range" min="0" max="30" value="0" id="min-unit-time"></td>
652+
<td><input type="range" min="0" max="30" step="0.1" value="0" id="min-unit-time"></td>
653653
<td><input type="range" min="1" max="50" value="20" id="scale"></td>
654654
</tr>
655655
<tr>

0 commit comments

Comments
 (0)