Merge pull request #8819 from photonconvergence/api-checkmark

This commit is contained in:
Claus Vium 2022-11-29 19:17:48 +01:00 committed by GitHub
commit c08fc6cb9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,7 +42,7 @@ namespace Jellyfin.Drawing.Skia
// ask the font manager for a font with that character
paint.Typeface = SKFontManager.Default.MatchCharacter(emojiChar);
canvas.DrawText(Text, (float)x - 20, OffsetFromTopRightCorner + 12, paint);
canvas.DrawText(Text, (float)x - 12, OffsetFromTopRightCorner + 12, paint);
}
}
}