mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Fix beatmap set cover goes out of its container (#5073)
Fix beatmap set cover goes out of its container
This commit is contained in:
commit
7482ecb8e7
@ -85,6 +85,7 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
cover = new UpdateableBeatmapSetCover
|
cover = new UpdateableBeatmapSetCover
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Masking = true,
|
||||||
},
|
},
|
||||||
new Box
|
new Box
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user