mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 22:22:56 +08:00
Allow tabbing between text fields.
This commit is contained in:
parent
af31845c83
commit
c66578ba5b
@ -67,6 +67,7 @@ namespace osu.Game.Screens.Multi.Screens.Match.Settings
|
||||
Child = NameField = new SettingsTextBox
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
TabbableContentContainer = this,
|
||||
OnCommit = (sender, text) => apply(),
|
||||
},
|
||||
},
|
||||
@ -109,6 +110,7 @@ namespace osu.Game.Screens.Multi.Screens.Match.Settings
|
||||
Child = MaxParticipantsField = new SettingsTextBox
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
TabbableContentContainer = this,
|
||||
OnCommit = (sender, text) => apply(),
|
||||
},
|
||||
},
|
||||
@ -117,6 +119,7 @@ namespace osu.Game.Screens.Multi.Screens.Match.Settings
|
||||
Child = new SettingsTextBox
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
TabbableContentContainer = this,
|
||||
OnCommit = (sender, text) => apply(),
|
||||
},
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user