mirror of
https://github.com/ppy/osu.git
synced 2025-03-15 22:27:46 +08:00
CI fix
This commit is contained in:
parent
64f62bd2bf
commit
fe7b4037f7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user