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

Fix multiple spaces

This commit is contained in:
Andrei Zavatski
2019-10-17 15:40:09 +03:00
Unverified
parent 6b196a6ce7
commit a858e713f8
@@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Comments
Origin = Anchor.Centre,
Width = 40,
AutoSizeAxes = Axes.Y,
Child = votePill = new VotePill(comment)
Child = votePill = new VotePill(comment)
{
Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight,