Merge remote-tracking branch 'upstream/master' into select_resolution_in_fullscreen_mode

This commit is contained in:
Dean Herbert
2018-09-05 10:47:34 +09:00
441 changed files with 5668 additions and 3349 deletions

View File

@ -88,13 +88,13 @@ namespace osu.Game.Overlays.Settings.Sections.Graphics
{
LabelText = "Horizontal position",
Bindable = config.GetBindable<double>(FrameworkSetting.LetterboxPositionX),
KeyboardStep = 0.1f
KeyboardStep = 0.01f
},
new SettingsSlider<double>
{
LabelText = "Vertical position",
Bindable = config.GetBindable<double>(FrameworkSetting.LetterboxPositionY),
KeyboardStep = 0.1f
KeyboardStep = 0.01f
},
}
},