From e2552a156b86f9acf5f5bb1cbea0e78e224b7bf9 Mon Sep 17 00:00:00 2001 From: Mikolaj Wielgus Date: Tue, 25 Jun 2024 00:40:16 +0200 Subject: [PATCH] egui: use smaller via size --- src/bin/topola-egui/viewport.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/topola-egui/viewport.rs b/src/bin/topola-egui/viewport.rs index a1cdc23..bb5aece 100644 --- a/src/bin/topola-egui/viewport.rs +++ b/src/bin/topola-egui/viewport.rs @@ -87,7 +87,7 @@ impl Viewport { to_layer: 0, circle: Circle { pos: point! {x: latest_pos.x as f64, y: -latest_pos.y as f64}, - r: 10000.0, + r: 100.0, }, maybe_net: Some(1234), }),