mirror of
https://github.com/ppy/osu.git
synced 2025-03-16 02:37:19 +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 class ShowDeletedButton : HeaderButton
|
||||||
{
|
{
|
||||||
private const int spacing = 5;
|
|
||||||
|
|
||||||
public readonly BindableBool Checked = new BindableBool();
|
public readonly BindableBool Checked = new BindableBool();
|
||||||
|
|
||||||
private readonly SpriteIcon checkboxIcon;
|
private readonly SpriteIcon checkboxIcon;
|
||||||
@ -96,7 +94,7 @@ namespace osu.Game.Overlays.Comments
|
|||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Direction = FillDirection.Horizontal,
|
Direction = FillDirection.Horizontal,
|
||||||
Spacing = new Vector2(spacing, 0),
|
Spacing = new Vector2(5, 0),
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
checkboxIcon = new SpriteIcon
|
checkboxIcon = new SpriteIcon
|
||||||
|
Loading…
x
Reference in New Issue
Block a user