mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 22:27:25 +08:00
Remove (soon-to-be) redundant labels.
This commit is contained in:
parent
687b634fb3
commit
9e5000d448
@ -109,13 +109,11 @@ namespace osu.Game.Overlays.Options.Sections.General
|
|||||||
Spacing = new Vector2(0, 5);
|
Spacing = new Vector2(0, 5);
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new SpriteText { Text = "Username" },
|
|
||||||
username = new OsuTextBox
|
username = new OsuTextBox
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Text = api?.Username ?? string.Empty
|
Text = api?.Username ?? string.Empty
|
||||||
},
|
},
|
||||||
new SpriteText { Text = "Password" },
|
|
||||||
password = new OsuPasswordTextBox
|
password = new OsuPasswordTextBox
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X
|
RelativeSizeAxes = Axes.X
|
||||||
|
Loading…
Reference in New Issue
Block a user