Skip to content

Commit 5f39470

Browse files
committed
Increase default radius
1 parent a4be307 commit 5f39470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

round_tracks_action.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
from .round_tracks_utils import *
2626
from .round_tracks_gui import RoundTracksDialog
2727

28-
RADIUS_DEFAULT = 0.5
28+
RADIUS_DEFAULT = 2.0
2929
PASSES_DEFAULT = 3
3030

3131
class RoundTracks(RoundTracksDialog):

0 commit comments

Comments
 (0)