web/res/metadataplayer/MultiSegments.js
changeset 778 525f00c2d6ac
parent 729 f411402f80e4
child 955 5171f8825985
--- 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)
             );