egui: use smaller via size

This commit is contained in:
Mikolaj Wielgus 2024-06-25 00:40:16 +02:00
parent b35e6fc66a
commit e2552a156b
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ impl Viewport {
to_layer: 0, to_layer: 0,
circle: Circle { circle: Circle {
pos: point! {x: latest_pos.x as f64, y: -latest_pos.y as f64}, pos: point! {x: latest_pos.x as f64, y: -latest_pos.y as f64},
r: 10000.0, r: 100.0,
}, },
maybe_net: Some(1234), maybe_net: Some(1234),
}), }),