Use a scrolllist for output
[SugarCubes.git] / _Internals.pde
index 5c3f7cd5907431266f2d545637eaf83f0b617b5e..16a2eb608e1f1919fd97606d0c500a47de721689 100644 (file)
@@ -116,7 +116,7 @@ void setup() {
     new UIPatternDeck(lx.engine.getDeck(1), "PATTERN B", width-144, 4, 140, 344),
     new UIEffects(width-144, 352, 140, 144),
     new UITempo(width-144, 498, 140, 50),
-    new UIOutput(width-144, 552, 140, 122),
+    new UIOutput(width-144, 552, 140, 106),
     
     uiDebugText = new UIDebugText(4, height-64, width-8, 44),
     uiMapping = new UIMapping(mappingTool, 4, 4, 140, 344),