diff -r 7b65bf78873a -r eefd336335f9 src/widgets/MultiSegments.js --- a/src/widgets/MultiSegments.js Thu Jan 17 17:25:46 2013 +0100 +++ b/src/widgets/MultiSegments.js Fri Jan 25 18:16:29 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) );