Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -283,7 +283,7 @@ export struct PlayerTitleView { | @@ -283,7 +283,7 @@ export struct PlayerTitleView { | ||
| 283 | @Builder | 283 | @Builder |
| 284 | titleBuilder() { | 284 | titleBuilder() { |
| 285 | Text() { | 285 | Text() { |
| 286 | - Span(this.clipTitleText(this.getTitle(), 16, 4, this.windowWidth - 234 - vp2px(50))) | 286 | + Span(this.clipTitleText(this.getTitle(), 16, 4, this.windowWidth - 160 - vp2px(50))) |
| 287 | .fontSize(16) | 287 | .fontSize(16) |
| 288 | .fontColor(Color.White) | 288 | .fontColor(Color.White) |
| 289 | .lineHeight(22) | 289 | .lineHeight(22) |
-
Please register or login to post a comment