Fix misaligned settings buttons

This commit is contained in:
Shane Woolcock
2017-10-21 13:16:06 +10:30
parent 2c7343e965
commit 98044a17d3
9 changed files with 28 additions and 18 deletions

View File

@ -230,15 +230,13 @@ namespace osu.Game.Overlays.Settings.Sections.General
LabelText = "Stay logged in",
Bindable = config.GetBindable<bool>(OsuSetting.SavePassword),
},
new OsuButton
new SettingsButton
{
RelativeSizeAxes = Axes.X,
Text = "Sign in",
Action = performLogin
},
new OsuButton
new SettingsButton
{
RelativeSizeAxes = Axes.X,
Text = "Register new account",
//Action = registerLink
}