Skip to content

Commit 2d33566

Browse files
committed
Add space before heading in Microphone Plot
1 parent 4e75064 commit 2d33566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/draw.rs

+1
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,7 @@ pub fn draw_egui(
741741
.default_height(400.0)
742742
.max_height(700.)
743743
.show(ctx, |ui| {
744+
ui.add_space(5.);
744745
ui.heading("Microphone Plot");
745746

746747
egui::ComboBox::from_label("Select Plot Type")

0 commit comments

Comments
 (0)