Make spinner a little bigger

This commit is contained in:
ansel
2022-11-29 06:19:54 +03:00
parent 894fb98fa2
commit af0ee9dbd6

View File

@ -184,7 +184,7 @@ namespace osu.Game.Overlays.Comments
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
Size = new Vector2(12),
Size = new Vector2(14),
Depth = -2,
});
}