Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -161,7 +161,7 @@ export struct PlayerTitleView { | @@ -161,7 +161,7 @@ export struct PlayerTitleView { | ||
| 161 | } else { | 161 | } else { |
| 162 | if(this.summary) { | 162 | if(this.summary) { |
| 163 | Text() { | 163 | Text() { |
| 164 | - Span(this.clipText(this.summary, 14, 2, this.windowWidth - 150 - vp2px(50))) | 164 | + Span(this.clipText(this.summary, 14, 3, this.windowWidth - 150 - vp2px(50))) |
| 165 | .fontSize(14) | 165 | .fontSize(14) |
| 166 | .fontColor(Color.White) | 166 | .fontColor(Color.White) |
| 167 | .lineHeight(21) | 167 | .lineHeight(21) |
-
Please register or login to post a comment