adjust context menu/grip circle sizes

also adjust grip position so that it is more right
This commit is contained in:
William Casarin
2025-01-15 13:48:53 -08:00
parent 3b68e285fb
commit 8fbe954cf3
2 changed files with 4 additions and 4 deletions

View File

@@ -86,11 +86,11 @@ impl NoteContextButton {
}
fn max_radius() -> f32 {
8.0
4.0
}
fn min_radius() -> f32 {
Self::max_radius() / Self::expansion_multiple()
2.0
}
fn max_distance_between_circles() -> f32 {