Skip to content

Commit

Permalink
Automatically add a few spaces after labels when scrolling #183
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisLauinger77 committed Mar 3, 2025
1 parent 8f36f20 commit 38fa252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/shell/ScrollingLabel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 38fa252

Please sign in to comment.