Do not change Margin for player settings groups on the PlayerLoader screen

This commit is contained in:
Roman Kapustin 2018-05-21 18:57:01 +03:00
parent c48c62ea04
commit 30956b64aa

View File

@ -58,7 +58,7 @@ namespace osu.Game.Screens.Play
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Direction = FillDirection.Vertical, Direction = FillDirection.Vertical,
Spacing = new Vector2(0, 20), Spacing = new Vector2(0, 20),
Margin = new MarginPadding { Top = 100, Right = 10 }, Margin = new MarginPadding(25),
Children = new PlayerSettingsGroup[] Children = new PlayerSettingsGroup[]
{ {
new VisualSettings(), new VisualSettings(),