From c07e269ddd475ca19cd9109b5dd34bd3ea3211dc Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Thu, 14 Apr 2022 09:29:26 -0400 Subject: [PATCH] adjust spacing --- src/function.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/function.rs b/src/function.rs index e0dc2af..7348926 100644 --- a/src/function.rs +++ b/src/function.rs @@ -199,7 +199,7 @@ impl FunctionEntry { } 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); buttons_area.show(ui.ctx(), |ui| {