1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 06:52:56 +08:00

centered thumbtack icon and text

This commit is contained in:
Gagah Pangeran Rosfatiputra 2021-08-14 00:22:01 +07:00
parent 4494ff55e3
commit 9233f396aa
No known key found for this signature in database
GPG Key ID: 25F6F17FD29031E2

View File

@ -156,11 +156,15 @@ namespace osu.Game.Overlays.Comments
{
Icon = FontAwesome.Solid.Thumbtack,
Size = new Vector2(14),
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
},
new OsuSpriteText
{
Font = OsuFont.GetFont(size: 14, weight: FontWeight.Bold),
Text = CommentsStrings.Pinned,
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
}
},
},