adjust context menu/grip circle sizes
also adjust grip position so that it is more right
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user