diff --git a/src/components/Timeline.vue b/src/components/Timeline.vue index 2e8210e0..eeb943ea 100644 --- a/src/components/Timeline.vue +++ b/src/components/Timeline.vue @@ -386,7 +386,8 @@ export default class Timeline extends Mixins(GlobalMixin, UserConfig) { flag: this.c.FLAG_PLACEHOLDER, fileid: Math.random(), dispW: utils.roundHalf(this.rowWidth / this.numCols), - dispX: utils.roundHalf(j * this.rowWidth / this.numCols) , + dispX: utils.roundHalf(j * this.rowWidth / this.numCols), + dispH: this.rowHeight, dispY: 0, }; }