1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 15:05:34 +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", PlaceholderText = "Username",
RelativeSizeAxes = Axes.X, RelativeSizeAxes = Axes.X,
Text = api?.Username ?? string.Empty Text = api?.Username ?? string.Empty,
TabbableContentContainer = this
}, },
password = new OsuPasswordTextBox password = new OsuPasswordTextBox
{ {
PlaceholderText = "Password", PlaceholderText = "Password",
RelativeSizeAxes = Axes.X RelativeSizeAxes = Axes.X,
TabbableContentContainer = this
}, },
new OsuCheckbox new OsuCheckbox
{ {