Skip to content

Commit

Permalink
Set min slider to step 0.1 seconds.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Sep 17, 2019
1 parent e913efe commit 8be10f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cargo/core/compiler/timings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ static HTML_CANVAS: &str = r#"
<td><label for="scale">Scale:</label></td>
</tr>
<tr>
<td><input type="range" min="0" max="30" value="0" id="min-unit-time"></td>
<td><input type="range" min="0" max="30" step="0.1" value="0" id="min-unit-time"></td>
<td><input type="range" min="1" max="50" value="20" id="scale"></td>
</tr>
<tr>
Expand Down

0 comments on commit 8be10f7

Please sign in to comment.