1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:43:22 +08:00

Remove hardcoded padding from main content

This commit is contained in:
Joehu 2021-02-12 10:23:33 -08:00
parent f36a9f2d86
commit 52975c5185

View File

@ -77,7 +77,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
RelativeSizeAxes = Axes.Both, RelativeSizeAxes = Axes.Both,
Padding = new MarginPadding Padding = new MarginPadding
{ {
Horizontal = 105, Horizontal = HORIZONTAL_OVERFLOW_PADDING + 55,
Vertical = 20 Vertical = 20
}, },
Child = new GridContainer Child = new GridContainer