mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
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:
@ -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[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user