Center icon and text using anchor and origin instead of margin

This commit is contained in:
Joehu
2019-09-02 10:42:21 -07:00
parent 3443a9517f
commit 6ca17bdfd5
3 changed files with 7 additions and 5 deletions

View File

@ -121,10 +121,11 @@ namespace osu.Game.Overlays.Chat.Selection
{
new SpriteIcon
{
Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft,
Icon = FontAwesome.Solid.User,
Size = new Vector2(text_size - 2),
Shadow = false,
Margin = new MarginPadding { Top = 1 },
},
new OsuSpriteText
{