mirror of
https://github.com/ppy/osu
synced 2025-01-22 05:43:14 +00:00
Fix multiple spaces
This commit is contained in:
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,
|
||||
|
Loading…
Reference in New Issue
Block a user