Adjust metrics to align logo pieces correctly on gameplay / map pool

This commit is contained in:
Dean Herbert
2020-03-12 14:26:39 +09:00
parent 7b1ac03b18
commit ec1c6f88ee
5 changed files with 14 additions and 4 deletions

View File

@ -50,7 +50,7 @@ namespace osu.Game.Tournament.Screens.MapPool
new MatchHeader(),
mapFlows = new FillFlowContainer<FillFlowContainer<TournamentBeatmapPanel>>
{
Y = 100,
Y = 140,
Spacing = new Vector2(10, 10),
Padding = new MarginPadding(25),
Direction = FillDirection.Vertical,
@ -235,6 +235,7 @@ namespace osu.Game.Tournament.Screens.MapPool
{
Anchor = Anchor.TopCentre,
Origin = Anchor.TopCentre,
Height = 42,
});
}
}