mirror of
https://github.com/ppy/osu
synced 2024-12-16 11:56:31 +00: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",
|
||||
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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user