mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Do not change Margin for player settings groups on the PlayerLoader screen
This commit is contained in:
@ -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(),
|
||||
|
Reference in New Issue
Block a user