mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 19:52:55 +08:00
Remove hardcoded padding from main content
This commit is contained in:
parent
f36a9f2d86
commit
52975c5185
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user