code style format

This commit is contained in:
kj415j45
2021-08-14 11:04:38 +08:00
parent 5cfb89f18a
commit e26ccf786e
5 changed files with 6 additions and 6 deletions

View File

@ -76,7 +76,7 @@ namespace osu.Game.Overlays.Settings.Sections
new ExportSkinButton(),
new SettingsSlider<float, SizeSlider>
{
LabelText = SkinSettingsStrings.CursorSize,
LabelText = SkinSettingsStrings.GameplayCursorSize,
Current = config.GetBindable<float>(OsuSetting.GameplayCursorSize),
KeyboardStep = 0.01f
},