adjust spacing

This commit is contained in:
Simon Gardling 2022-04-14 09:29:26 -04:00
parent 63881c93fe
commit c07e269ddd

View File

@ -199,7 +199,7 @@ impl FunctionEntry {
} }
let buttons_area = egui::Area::new(format!("buttons_area_{}", i)) let buttons_area = egui::Area::new(format!("buttons_area_{}", i))
.fixed_pos(pos2(re.rect.min.x, re.rect.min.y + (row_height * 1.3))) .fixed_pos(pos2(re.rect.min.x, re.rect.min.y + (row_height * 1.32)))
.order(egui::Order::Foreground); .order(egui::Order::Foreground);
buttons_area.show(ui.ctx(), |ui| { buttons_area.show(ui.ctx(), |ui| {