Adjust cockpit visualizer
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
6d084e21b6
commit
ec73f10840
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ impl Widget for &BinarySearchHint {
|
||||||
where
|
where
|
||||||
Self: Sized,
|
Self: Sized,
|
||||||
{
|
{
|
||||||
let ruler_scale = 10.0 / area.width as f64;
|
let ruler_scale = 9.0 / area.width as f64;
|
||||||
for (number_on, (x, measures)) in (area.x..area.right())
|
for (number_on, (x, measures)) in (area.x..area.right())
|
||||||
.zip(std::iter::from_fn(|| Some(MEASURING_TAPE.iter())).flatten())
|
.zip(std::iter::from_fn(|| Some(MEASURING_TAPE.iter())).flatten())
|
||||||
.enumerate()
|
.enumerate()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue