mirror of
https://github.com/ppy/osu
synced 2024-12-14 19:06:07 +00:00
Do not change Margin for player settings groups on the PlayerLoader screen
This commit is contained in:
parent
c48c62ea04
commit
30956b64aa
@ -58,7 +58,7 @@ namespace osu.Game.Screens.Play
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Direction = FillDirection.Vertical,
|
||||
Spacing = new Vector2(0, 20),
|
||||
Margin = new MarginPadding { Top = 100, Right = 10 },
|
||||
Margin = new MarginPadding(25),
|
||||
Children = new PlayerSettingsGroup[]
|
||||
{
|
||||
new VisualSettings(),
|
||||
|
Loading…
Reference in New Issue
Block a user