From a4af585a8060f72eea5685edb6bbbe6551071b0d Mon Sep 17 00:00:00 2001 From: Bart Brouns Date: Tue, 30 Apr 2024 19:47:33 +0200 Subject: [PATCH] ruler tweak --- src/editor.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editor.rs b/src/editor.rs index 9389080..9b8653d 100644 --- a/src/editor.rs +++ b/src/editor.rs @@ -555,8 +555,8 @@ fn peak_graph(cx: &mut Context) { ], Orientation::Vertical, ) - .left(Pixels(2.0)) - .right(Pixels(6.0)) + .left(Pixels(4.0)) + .right(Pixels(4.0)) .font_size(12.) .color(Color::rgb(30, 30, 30)) .width(Pixels(32.));