src/widgets/MultiSegments.js
changeset 1068 7623f9af9272
parent 1033 c20df1c080e6
child 1069 2409cb4cebaf
--- a/src/widgets/MultiSegments.js	Fri Sep 25 14:45:38 2015 +0200
+++ b/src/widgets/MultiSegments.js	Fri Oct 02 11:27:17 2015 +0200
@@ -80,7 +80,7 @@
                 IriSP._({
                     type: "Segments",
                     annotation_type: _anntype,
-                    width: _this.width
+                    width: '100%'
                 }).extend(segmentsopts)
             );
             
@@ -89,7 +89,7 @@
                 IriSP._({
                     type: "Annotation",
                     annotation_type: _anntype,
-                    width: _this.width
+                    width: '100%'
                 }).extend(annotationopts)
             );