File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2395,7 +2395,7 @@ const piemenuChords = (block, selectedChord) => {
2395
2395
docById ( "wheelDiv" ) . style . display = "" ;
2396
2396
2397
2397
// the chord selector
2398
- block . _chordWheel = new wheelnav ( "wheelDiv" , null , 800 , 800 ) ;
2398
+ block . _chordWheel = new wheelnav ( "wheelDiv" , null , 1000 , 1000 ) ;
2399
2399
block . _exitWheel = new wheelnav ( "_exitWheel" , block . _chordWheel . raphael ) ;
2400
2400
2401
2401
const chordLabels = [ ] ;
@@ -2468,7 +2468,7 @@ const piemenuChords = (block, selectedChord) => {
2468
2468
const canvasTop = block . activity . canvas . offsetTop + 6 * block . blocks . blockScale ;
2469
2469
2470
2470
docById ( "wheelDiv" ) . style . position = "absolute" ;
2471
- setWheelSize ( 300 ) ;
2471
+ setWheelSize ( 400 ) ;
2472
2472
docById ( "wheelDiv" ) . style . left =
2473
2473
Math . min (
2474
2474
block . blocks . turtles . _canvas . width - 300 ,
You can’t perform that action at this time.
0 commit comments