mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 12:30:42 +08:00
Fix multiple spaces
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user