1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 02:37:19 +08:00
This commit is contained in:
Andrei Zavatski 2019-10-10 13:24:22 +03:00
parent 64f62bd2bf
commit fe7b4037f7

View File

@ -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