Add overflow padding in other multiplayer screen components

Added overflow padding in room selection screen (Header, Room Info, Leaderboards, and Room Chat)
This commit is contained in:
ProgrammaticNajel
2019-01-24 17:40:48 +08:00
parent 7ac20c3545
commit e4084b7d5d
4 changed files with 15 additions and 9 deletions

View File

@ -53,11 +53,7 @@ namespace osu.Game.Screens.Multi
RelativeSizeAxes = Axes.Both,
};
Padding = new MarginPadding
{
Left = -OVERFLOW_PADDING,
Right = -OVERFLOW_PADDING
};
Padding = new MarginPadding { Horizontal = -OVERFLOW_PADDING };
waves.AddRange(new Drawable[]
{