mirror of
https://github.com/ppy/osu
synced 2025-01-07 06:40:05 +00: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,
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
Horizontal = 105,
|
||||
Horizontal = HORIZONTAL_OVERFLOW_PADDING + 55,
|
||||
Vertical = 20
|
||||
},
|
||||
Child = new GridContainer
|
||||
|
Loading…
Reference in New Issue
Block a user