1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-15 16:03:01 +08:00

Fix difficulty icon not wrapping correctly in beatmap set overlay

This commit is contained in:
iiSaLMaN 2019-08-23 17:57:31 +03:00
parent 13e60f3edb
commit 1295ec490f

View File

@ -91,7 +91,8 @@ namespace osu.Game.Overlays.BeatmapSet
{ {
difficulties = new DifficultiesContainer difficulties = new DifficultiesContainer
{ {
AutoSizeAxes = Axes.Both, RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Margin = new MarginPadding { Left = -(tile_icon_padding + tile_spacing / 2) }, Margin = new MarginPadding { Left = -(tile_icon_padding + tile_spacing / 2) },
OnLostHover = () => OnLostHover = () =>
{ {