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

@ -22,9 +22,8 @@ namespace osu.Game.Overlays.Settings.Sections.Audio
LabelText = "Audio Offset",
Bindable = config.GetBindable<double>(OsuSetting.AudioOffset)
},
new OsuButton
new SettingsButton
{
RelativeSizeAxes = Axes.X,
Text = "Offset wizard"
}
};