mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 04:47:39 +09: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 },
|
Padding = new MarginPadding { Top = 14, Right = shear_width / 2 },
|
||||||
AutoSizeAxes = Axes.Both,
|
AutoSizeAxes = Axes.Both,
|
||||||
Shear = wedged_container_shear,
|
Shear = wedged_container_shear,
|
||||||
|
Spacing = new Vector2(0f, 5f),
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
starRatingDisplay = new StarRatingDisplay(default, animated: true)
|
starRatingDisplay = new StarRatingDisplay(default, animated: true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user