add left and right buttons
This commit is contained in:
@@ -6,7 +6,7 @@ from .base import View
|
||||
|
||||
class CircleView(View):
|
||||
|
||||
def __init__(self, parent, size, center, radius_offset=10, **kwargs):
|
||||
def __init__(self, parent, size, center, radius_offset=11, **kwargs):
|
||||
self.target_radius = min(center) - radius_offset
|
||||
super().__init__(parent, size, center, **kwargs)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user