1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

Enable Tabbing in LoginOptions

This commit is contained in:
Kelvin 2017-02-23 00:50:09 -08:00
parent 5076ff7684
commit fd622286fe

View File

@ -111,12 +111,14 @@ namespace osu.Game.Overlays.Options.Sections.General
{
PlaceholderText = "Username",
RelativeSizeAxes = Axes.X,
Text = api?.Username ?? string.Empty
Text = api?.Username ?? string.Empty,
TabbableContentContainer = this
},
password = new OsuPasswordTextBox
{
PlaceholderText = "Password",
RelativeSizeAxes = Axes.X
RelativeSizeAxes = Axes.X,
TabbableContentContainer = this
},
new OsuCheckbox
{