Skip to content

Commit

Permalink
Use middle stroke for window
Browse files Browse the repository at this point in the history
  • Loading branch information
DerFetzer committed Feb 10, 2025
1 parent 7a18f0c commit 457b43a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ impl SpectrometerGui {
window_rect,
CornerRadius::ZERO,
Stroke::new(2., Color32::GOLD),
egui::StrokeKind::Inside,
egui::StrokeKind::Middle,
);
});
ui.separator();
Expand Down

0 comments on commit 457b43a

Please sign in to comment.