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

@ -14,9 +14,8 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
Children = new Drawable[]
{
new OsuButton
new SettingsButton
{
RelativeSizeAxes = Axes.X,
Text = "Key Configuration",
Action = keyConfig.ToggleVisibility
},