Skip to content

Commit

Permalink
ruler tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed Apr 30, 2024
1 parent df9f00c commit a4af585
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.));
Expand Down

0 comments on commit a4af585

Please sign in to comment.