1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-29 06:33:21 +08:00

Fix multiple spaces

This commit is contained in:
Andrei Zavatski 2019-10-17 15:40:09 +03:00
parent 6b196a6ce7
commit a858e713f8

View File

@ -87,7 +87,7 @@ namespace osu.Game.Overlays.Comments
Origin = Anchor.Centre, Origin = Anchor.Centre,
Width = 40, Width = 40,
AutoSizeAxes = Axes.Y, AutoSizeAxes = Axes.Y,
Child = votePill = new VotePill(comment) Child = votePill = new VotePill(comment)
{ {
Anchor = Anchor.CentreRight, Anchor = Anchor.CentreRight,
Origin = Anchor.CentreRight, Origin = Anchor.CentreRight,