Adjust vertical spacings in individual subsections

This commit is contained in:
Bartłomiej Dach
2021-10-09 19:54:20 +02:00
parent e23a54f1e6
commit 855a74b8a0
5 changed files with 20 additions and 11 deletions

View File

@ -165,7 +165,13 @@ namespace osu.Game.Overlays.Settings.Sections.Input
LabelText = TabletSettingsStrings.Rotation,
Current = rotation
},
new RotationPresetButtons(tabletHandler),
new RotationPresetButtons(tabletHandler)
{
Padding = new MarginPadding
{
Horizontal = SettingsPanel.CONTENT_MARGINS
}
},
new SettingsSlider<float>
{
TransferValueOnCommit = true,