1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 16:47:24 +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);
Children = new Drawable[]
{
new SpriteText { Text = "Username" },
username = new OsuTextBox
{
RelativeSizeAxes = Axes.X,
Text = api?.Username ?? string.Empty
},
new SpriteText { Text = "Password" },
password = new OsuPasswordTextBox
{
RelativeSizeAxes = Axes.X