1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 15:10:26 +08:00

Make spinner a little bigger

This commit is contained in:
ansel
2022-11-29 06:19:54 +03:00
Unverified
parent 894fb98fa2
commit af0ee9dbd6
+1 -1
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,
});
}