diff -r edbb8df3a091 -r 525f00c2d6ac web/res/metadataplayer/MultiSegments.js --- a/web/res/metadataplayer/MultiSegments.js Thu Jan 24 18:55:58 2013 +0100 +++ b/web/res/metadataplayer/MultiSegments.js Fri Jan 25 18:49:33 2013 +0100 @@ -79,7 +79,8 @@ line.segmentWidget, IriSP._({ type: "Segments", - annotation_type: _anntype + annotation_type: _anntype, + width: _this.width }).extend(segmentsopts) ); @@ -87,7 +88,8 @@ line.annotationWidget, IriSP._({ type: "Annotation", - annotation_type: _anntype + annotation_type: _anntype, + width: _this.width }).extend(annotationopts) );