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

Fix daily challenge background clipping when settings/notifications is opened

This commit is contained in:
Joseph Madamba 2024-07-26 16:55:15 -07:00
parent 565107205c
commit d55e861b90

View File

@ -106,6 +106,7 @@ namespace osu.Game.Screens.OnlinePlay.DailyChallenge
this.room = room;
playlistItem = room.Playlist.Single();
roomManager = new RoomManager();
Padding = new MarginPadding { Horizontal = -HORIZONTAL_OVERFLOW_PADDING };
}
protected override IReadOnlyDependencyContainer CreateChildDependencies(IReadOnlyDependencyContainer parent)