mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix misaligned settings buttons
This commit is contained in:
@ -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"
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user