From fe7b4037f79ed180a3ff8f682ffdc41d9e006e8e Mon Sep 17 00:00:00 2001 From: Andrei Zavatski Date: Thu, 10 Oct 2019 13:24:22 +0300 Subject: [PATCH] CI fix --- osu.Game/Overlays/Comments/CommentsHeader.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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