mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 04:57:38 +09:00
Use spacing instead of bottom margin
This commit is contained in:
parent
b0023b9809
commit
1e19c7046a
@ -98,7 +98,8 @@ namespace osu.Game.Screens.Ranking.Statistics
|
|||||||
rows = new FillFlowContainer
|
rows = new FillFlowContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y
|
AutoSizeAxes = Axes.Y,
|
||||||
|
Spacing = new Vector2(30, 15)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
@ -123,7 +124,6 @@ namespace osu.Game.Screens.Ranking.Statistics
|
|||||||
Origin = Anchor.TopCentre,
|
Origin = Anchor.TopCentre,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
AutoSizeAxes = Axes.Y,
|
AutoSizeAxes = Axes.Y,
|
||||||
Margin = new MarginPadding { Bottom = 15 },
|
|
||||||
Content = new[]
|
Content = new[]
|
||||||
{
|
{
|
||||||
columnsToDisplay?.Select(c => new StatisticContainer(c)
|
columnsToDisplay?.Select(c => new StatisticContainer(c)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user