client/annotviz/app/annotsroll.html
changeset 104 685c5ebc59d0
parent 103 123a611c7903
--- a/client/annotviz/app/annotsroll.html	Wed Jan 21 20:16:31 2015 +0100
+++ b/client/annotviz/app/annotsroll.html	Wed Jan 21 20:43:05 2015 +0100
@@ -50,7 +50,7 @@
         	logger: logger,
             ws: new annotviz.WsWrapper(wsUriPianoroll, logger),
             orientation: 'vertical',
-            sceneHeight: 1080,
+            sceneHeight: 768,
             pianorolls : [
                 {
                     height: 435,
@@ -66,10 +66,10 @@
             logger: logger,
             ws: new annotviz.WsWrapper(wsUriAnnotation, logger),
             parentContainer: doubleroll.stage,
-            xInit: 1920 - 435 - 300,
-            yInit: 1080,
+            xInit: 1024 - 435 - 300,
+            yInit: 768,
             width: 435 + 300,
-            height: 1080,
+            height: 768,
             widthRoll: 300,
             framerate: doubleroll.framerate,
             pixelsPerSecond: Math.floor(1920 / 60),