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:
parent
65c0ae757b
commit
6bfae25cda
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user