diff --git a/osu.Game/Overlays/Comments/CommentsHeader.cs b/osu.Game/Overlays/Comments/CommentsHeader.cs index c21ec90048..fb507e6cb2 100644 --- a/osu.Game/Overlays/Comments/CommentsHeader.cs +++ b/osu.Game/Overlays/Comments/CommentsHeader.cs @@ -84,8 +84,6 @@ namespace osu.Game.Overlays.Comments private class ShowDeletedButton : HeaderButton { - private const int spacing = 5; - public readonly BindableBool Checked = new BindableBool(); private readonly SpriteIcon checkboxIcon; @@ -96,7 +94,7 @@ namespace osu.Game.Overlays.Comments { AutoSizeAxes = Axes.Both, Direction = FillDirection.Horizontal, - Spacing = new Vector2(spacing, 0), + Spacing = new Vector2(5, 0), Children = new Drawable[] { checkboxIcon = new SpriteIcon