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:
parent
6b196a6ce7
commit
a858e713f8
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user