mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 03:02:53 +08:00
Tighten accessibility
This commit is contained in:
parent
6b57c9801d
commit
92c2dafa12
@ -25,12 +25,12 @@ namespace osu.Game.Screens.Multi.Match.Components
|
|||||||
{
|
{
|
||||||
public const float HEIGHT = 200;
|
public const float HEIGHT = 200;
|
||||||
|
|
||||||
public MatchTabControl Tabs;
|
public readonly BindableBool ShowBeatmapPanel = new BindableBool();
|
||||||
|
|
||||||
|
public MatchTabControl Tabs { get; private set; }
|
||||||
|
|
||||||
public Action RequestBeatmapSelection;
|
public Action RequestBeatmapSelection;
|
||||||
|
|
||||||
public BindableBool ShowBeatmapPanel = new BindableBool();
|
|
||||||
|
|
||||||
private MatchBeatmapPanel beatmapPanel;
|
private MatchBeatmapPanel beatmapPanel;
|
||||||
|
|
||||||
public Header()
|
public Header()
|
||||||
|
Loading…
Reference in New Issue
Block a user