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) => {
23952395 docById ( "wheelDiv" ) . style . display = "" ;
23962396
23972397 // the chord selector
2398- block . _chordWheel = new wheelnav ( "wheelDiv" , null , 800 , 800 ) ;
2398+ block . _chordWheel = new wheelnav ( "wheelDiv" , null , 1000 , 1000 ) ;
23992399 block . _exitWheel = new wheelnav ( "_exitWheel" , block . _chordWheel . raphael ) ;
24002400
24012401 const chordLabels = [ ] ;
@@ -2468,7 +2468,7 @@ const piemenuChords = (block, selectedChord) => {
24682468 const canvasTop = block . activity . canvas . offsetTop + 6 * block . blocks . blockScale ;
24692469
24702470 docById ( "wheelDiv" ) . style . position = "absolute" ;
2471- setWheelSize ( 300 ) ;
2471+ setWheelSize ( 400 ) ;
24722472 docById ( "wheelDiv" ) . style . left =
24732473 Math . min (
24742474 block . blocks . turtles . _canvas . width - 300 ,
You can’t perform that action at this time.
0 commit comments