1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-13 19:54:15 +08:00

Add extra margin below description text

This commit is contained in:
Salman Alshamrani
2025-03-23 13:46:19 -04:00
Unverified
parent 623e705704
commit 54eb0b33b0
@@ -57,6 +57,7 @@ namespace osu.Game.Overlays.Mods
{
RelativeSizeAxes = Axes.X,
AutoSizeAxes = Axes.Y,
Margin = new MarginPadding { Bottom = 5f },
}
}
}