Skip to content

Commit acc63a2

Browse files
authored
increasing size of Set Pitch preview (#4268)
1 parent 676fe6f commit acc63a2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

js/piemenus.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3639,16 +3639,16 @@ const piemenuKey = (activity) => {
36393639
docById("chooseKeyDiv").style.display = "block";
36403640
docById("movable").style.display = "block";
36413641

3642-
const keyNameWheel = new wheelnav("chooseKeyDiv", null, 1700, 1700);
3642+
const keyNameWheel = new wheelnav("chooseKeyDiv", null, 1300, 1300);
36433643
const keyNameWheel2 = new wheelnav("keyNameWheel2", keyNameWheel.raphael);
36443644
const keys = ["C", "G", "D", "A", "E", "B/C♭", "F♯/G♭", "C♯/D♭", "G♯/A♭", "D♯/E♭", "A♯/B♭", "F"];
36453645

36463646
wheelnav.cssMode = true;
36473647

36483648
keyNameWheel.slicePathFunction = slicePath().DonutSlice;
36493649
keyNameWheel.slicePathCustom = slicePath().DonutSliceCustomization();
3650-
keyNameWheel.slicePathCustom.minRadiusPercent = 0.5;
3651-
keyNameWheel.slicePathCustom.maxRadiusPercent = 0.8;
3650+
keyNameWheel.slicePathCustom.minRadiusPercent = 0.6;
3651+
keyNameWheel.slicePathCustom.maxRadiusPercent = 0.9;
36523652
keyNameWheel.sliceSelectedPathCustom = keyNameWheel.slicePathCustom;
36533653
keyNameWheel.sliceInitPathCustom = keyNameWheel.slicePathCustom;
36543654
keyNameWheel.titleRotateAngle = 0;
@@ -3660,7 +3660,7 @@ const piemenuKey = (activity) => {
36603660
keyNameWheel2.colors = platformColor.pitchWheelcolors;
36613661
keyNameWheel2.slicePathFunction = slicePath().DonutSlice;
36623662
keyNameWheel2.slicePathCustom = slicePath().DonutSliceCustomization();
3663-
keyNameWheel2.slicePathCustom.minRadiusPercent = 0.8;
3663+
keyNameWheel2.slicePathCustom.minRadiusPercent = 0.9;
36643664
keyNameWheel2.slicePathCustom.maxRadiusPercent = 1;
36653665
keyNameWheel2.sliceSelectedPathCustom = keyNameWheel2.slicePathCustom;
36663666
keyNameWheel2.sliceInitPathCustom = keyNameWheel2.slicePathCustom;
@@ -3686,7 +3686,7 @@ const piemenuKey = (activity) => {
36863686
modenameWheel.slicePathFunction = slicePath().DonutSlice;
36873687
modenameWheel.slicePathCustom = slicePath().DonutSliceCustomization();
36883688
modenameWheel.slicePathCustom.minRadiusPercent = 0.2;
3689-
modenameWheel.slicePathCustom.maxRadiusPercent = 0.5;
3689+
modenameWheel.slicePathCustom.maxRadiusPercent = 0.6;
36903690
modenameWheel.sliceSelectedPathCustom = modenameWheel.slicePathCustom;
36913691
modenameWheel.sliceInitPathCustom = modenameWheel.slicePathCustom;
36923692
modenameWheel.titleRotateAngle = 0;

0 commit comments

Comments
 (0)