From fd622286fe1e2cbf03965419bc0f26afc248d84a Mon Sep 17 00:00:00 2001 From: Kelvin <2yangk23@gmail.com> Date: Thu, 23 Feb 2017 00:50:09 -0800 Subject: [PATCH] Enable Tabbing in LoginOptions --- osu.Game/Overlays/Options/Sections/General/LoginOptions.cs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs b/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs index aca9b02f48..6866ee513f 100644 --- a/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs +++ b/osu.Game/Overlays/Options/Sections/General/LoginOptions.cs @@ -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 {