Skip to content

Commit 148a8ce

Browse files
committed
Merge branch 'master' of github.com:sugarlabs/musicblocks
2 parents 7ba9db9 + 2459733 commit 148a8ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/piemenus.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)