Skip to content

Commit

Permalink
Update piemenus.js
Browse files Browse the repository at this point in the history
This updation in piemenus.js increases the dimension of the pie menu for temperament name block
  • Loading branch information
omsuneri authored Sep 22, 2024
1 parent c057647 commit 7c27aef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions js/piemenus.js
Original file line number Diff line number Diff line change
Expand Up @@ -2161,6 +2161,9 @@ const piemenuBasic = (block, menuLabels, menuValues, selectedValue, colors) => {
if (block.name === "outputtools" || block.name === "grid") {
// slightly larger menu
size = 1000;
}else if ( block.name === "temperamentname"){
// slightly larger wheel size for the Temperament Menu
size = 1200;
}

// the selectedValueh selector
Expand Down

0 comments on commit 7c27aef

Please sign in to comment.