Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -115,7 +115,7 @@ export struct PlayerTitleView { | @@ -115,7 +115,7 @@ export struct PlayerTitleView { | ||
| 115 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 115 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 116 | 116 | ||
| 117 | if (this.getIcon()) { | 117 | if (this.getIcon()) { |
| 118 | - Image(this.getIcon()).height(10).margin({ left: 4 }) | 118 | + Image(this.getIcon()).height(13).margin({ left: 4 }) |
| 119 | } | 119 | } |
| 120 | }.margin({ bottom: 8 }) | 120 | }.margin({ bottom: 8 }) |
| 121 | 121 |
-
Please register or login to post a comment