Fix beatmap set cover goes out of its container (#5073)

Fix beatmap set cover goes out of its container
This commit is contained in:
Dean Herbert 2019-06-20 11:21:22 +09:00 committed by GitHub
commit 7482ecb8e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,6 +85,7 @@ namespace osu.Game.Overlays.BeatmapSet
cover = new UpdateableBeatmapSetCover
{
RelativeSizeAxes = Axes.Both,
Masking = true,
},
new Box
{