Adjust appearance of keybinding subpanel

This commit is contained in:
Bartłomiej Dach
2021-10-09 20:29:44 +02:00
parent 855a74b8a0
commit b8616bf910
3 changed files with 16 additions and 15 deletions

View File

@ -27,8 +27,7 @@ namespace osu.Game.Overlays.Settings.Sections.Input
{
this.variant = variant;
FlowContent.Spacing = new Vector2(0, 1);
FlowContent.Padding = new MarginPadding { Left = SettingsPanel.CONTENT_MARGINS, Right = SettingsPanel.CONTENT_MARGINS };
FlowContent.Spacing = new Vector2(0, 3);
}
[BackgroundDependencyLoader]