X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=_UIImplementation.pde;fp=_UIImplementation.pde;h=e72d76b598976e164a04c78a0e9cb1fe7bd48627;hb=4df91dafc9bd6e090a89cd4ce2dc913d92de435e;hp=ae61d30a94870a2b2c09c0dfc6c994ccf4740f36;hpb=9692dc7b2916817381bae28bf81abc50ef6d8bfa;p=SugarCubes.git diff --git a/_UIImplementation.pde b/_UIImplementation.pde index ae61d30..e72d76b 100644 --- a/_UIImplementation.pde +++ b/_UIImplementation.pde @@ -490,9 +490,9 @@ class UIMidi extends UIWindow { for (MidiListener ml : midiListeners) { scrollItems.add(ml); } - new UIScrollList(1, titleHeight, w-2, 80).setItems(scrollItems).addToContainer(this); - (deckMode = new UIToggleSet(4, 110, 90, 20)).setOptions(new String[] { "A", "B" }).addToContainer(this); - (logMode = new UIButton(98, 110, w-103, 20)).setLabel("LOG").addToContainer(this); + new UIScrollList(1, titleHeight, w-2, 100).setItems(scrollItems).addToContainer(this); + (deckMode = new UIToggleSet(4, 130, 90, 20)).setOptions(new String[] { "A", "B" }).addToContainer(this); + (logMode = new UIButton(98, 130, w-103, 20)).setLabel("LOG").addToContainer(this); } public boolean logMidi() {