mirror of
https://github.com/ppy/osu.git
synced 2026-05-28 04:14:26 +08:00
Fix difficulty icon not wrapping correctly in beatmap set overlay
This commit is contained in:
@@ -91,7 +91,8 @@ namespace osu.Game.Overlays.BeatmapSet
|
||||
{
|
||||
difficulties = new DifficultiesContainer
|
||||
{
|
||||
AutoSizeAxes = Axes.Both,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Margin = new MarginPadding { Left = -(tile_icon_padding + tile_spacing / 2) },
|
||||
OnLostHover = () =>
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user