mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 15:12:57 +08:00
Merge pull request #387 from 2yangk23/master
Enable Tabbing in LoginOptions
This commit is contained in:
commit
c3ab467e24
@ -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