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:
parent
5076ff7684
commit
fd622286fe
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user