diff testApp.mm @ 30:c0a6f7c66719

Josh M test "in house" version 0.1
author Robert Tubb <rt300@eecs.qmul.ac.uk>
date Wed, 27 Feb 2013 11:39:07 +0000
parents fabb3a5cdfc9
children ab7c86d0f3d8
line wrap: on
line diff
--- a/testApp.mm	Fri Feb 22 17:41:38 2013 +0000
+++ b/testApp.mm	Wed Feb 27 11:39:07 2013 +0000
@@ -112,7 +112,7 @@
     */
 
     // initialise user logging stuff
-    presetManager.startupLoadAll();
+    presetManager.startLoadAll();
     tsc = [[TimedSessionController alloc] init];
     [tsc setAppRef:(id)this];
     eventLogger.init();
@@ -301,9 +301,8 @@
     int width = 320;
     float dim = (height-10.0*OFX_UI_GLOBAL_WIDGET_SPACING)/10.0;
     // LEFT GUI
-    sliderGUI = new ofxUICanvas(0,100,SLIDER_GUI_WIDTH,getHeight());
-
-    
+    sliderGUI = new ofxUICanvas(0,160,SLIDER_GUI_WIDTH,getHeight());
+  
     // Uh.. loop this
     for(int i = 1; i<=10;i++){