# HG changeset patch # User rougeronj # Date 1421869385 -3600 # Node ID 685c5ebc59d047051c196c67a3a691b4e4ba5751 # Parent 123a611c7903312f80c8b20514e132c8a9c422f1 update resolution screen diff -r 123a611c7903 -r 685c5ebc59d0 client/annotviz/app/annotsroll.html --- 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), diff -r 123a611c7903 -r 685c5ebc59d0 client/annotviz/app/annotstimeline.html --- a/client/annotviz/app/annotstimeline.html Wed Jan 21 20:16:31 2015 +0100 +++ b/client/annotviz/app/annotstimeline.html Wed Jan 21 20:43:05 2015 +0100 @@ -49,8 +49,8 @@ ws: new annotviz.WsWrapper(wsUriAnnotation, logger), xInit: 0, yInit: 0, - width: 1920 - 435 - 300, - height: 1080, + width: 1024 - 435 - 300, + height: 768, timeBegin: Date.now(), timeEnd: Date.now() + 300000, intervalWidth: 6, diff -r 123a611c7903 -r 685c5ebc59d0 client/annotviz/app/annotsvizview.html --- a/client/annotviz/app/annotsvizview.html Wed Jan 21 20:16:31 2015 +0100 +++ b/client/annotviz/app/annotsvizview.html Wed Jan 21 20:43:05 2015 +0100 @@ -28,14 +28,14 @@