From ec73f10840de37190ff57f941557374af3f72681 Mon Sep 17 00:00:00 2001 From: Isaac Mills Date: Tue, 22 Jul 2025 17:17:42 -0600 Subject: [PATCH] Adjust cockpit visualizer --- thecockpit/src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thecockpit/src/app.rs b/thecockpit/src/app.rs index 556ec59..e2bd1fa 100644 --- a/thecockpit/src/app.rs +++ b/thecockpit/src/app.rs @@ -312,7 +312,7 @@ impl Widget for &BinarySearchHint { where 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()) .zip(std::iter::from_fn(|| Some(MEASURING_TAPE.iter())).flatten()) .enumerate()