fixup and line width changes

This commit is contained in:
Simon Gardling
2023-03-08 13:11:01 -05:00
parent d820be537e
commit b421159f81
3 changed files with 13 additions and 19 deletions

View File

@@ -389,7 +389,7 @@ impl FunctionEntry {
self.back_data
.clone()
.to_line()
.stroke(egui::Stroke::new(2.0, main_plot_color)),
.stroke(egui::Stroke::new(4.0, main_plot_color)),
);
}