1
0
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:
Dean Herbert 2017-01-31 18:40:18 +09:00
parent 687b634fb3
commit 9e5000d448

View File

@ -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