1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Apply 5px vertical spacing on fill flow

Regressed, was margin { bottom = 5f } from the star rating display
creation method, which I've partly inlined.
This commit is contained in:
Salman Ahmed 2021-08-19 08:30:27 +03:00
parent 65c0ae757b
commit 6bfae25cda

View File

@ -243,6 +243,7 @@ namespace osu.Game.Screens.Select
Padding = new MarginPadding { Top = 14, Right = shear_width / 2 },
AutoSizeAxes = Axes.Both,
Shear = wedged_container_shear,
Spacing = new Vector2(0f, 5f),
Children = new Drawable[]
{
starRatingDisplay = new StarRatingDisplay(default, animated: true)