diff --git a/src/helpers/shell/ScrollingLabel.ts b/src/helpers/shell/ScrollingLabel.ts index 5f1e8b8..e37934a 100644 --- a/src/helpers/shell/ScrollingLabel.ts +++ b/src/helpers/shell/ScrollingLabel.ts @@ -84,7 +84,7 @@ class ScrollingLabel extends St.ScrollView { private initScrolling() { const adjustment = this.hscroll.adjustment; - const origText = this.label.text; + const origText = this.label.text + " "; this.onAdjustmentChangedId = adjustment.connect( "changed",