Fix bode plot window always grows to maximum height

This commit is contained in:
Lucas Schumacher 2024-05-12 21:14:36 -04:00
parent 24d9fc7972
commit dbbd6ab849

View File

@ -91,7 +91,6 @@ impl DebugPlots {
plot_ui.line(mag_line); plot_ui.line(mag_line);
plot_ui.line(phase_line); plot_ui.line(phase_line);
}); });
ui.heading("TODO");
} }
}; };
}); });