Hide max participants box

This commit is contained in:
smoogipoo
2018-12-06 18:16:17 +09:00
parent eadbe4c470
commit 42817b98f9
2 changed files with 5 additions and 1 deletions

View File

@ -33,6 +33,7 @@ namespace osu.Game.Screens.Multi.Components
private readonly Bindable<int?> maxParticipantsBind = new Bindable<int?>();
private readonly Container content;
private readonly OsuSpriteText typeLabel;
protected readonly OsuTextBox NameField, MaxParticipantsField;
@ -115,6 +116,8 @@ namespace osu.Game.Screens.Multi.Components
{
RelativeSizeAxes = Axes.X,
TabbableContentContainer = this,
Alpha = 0.2f,
ReadOnly = true,
OnCommit = (sender, text) => apply(),
},
},