mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 15:52:54 +08:00
Merge pull request #8148 from peppy/fix-tournament-screen-aspect-in-tests
Ensure tournament screens respect aspect ratio in tests
This commit is contained in:
commit
092c02c3b3
@ -18,6 +18,9 @@ namespace osu.Game.Tournament.Screens
|
||||
protected TournamentScreen()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
|
||||
FillMode = FillMode.Fit;
|
||||
FillAspectRatio = 16 / 9f;
|
||||
}
|
||||
|
||||
public override void Hide() => this.FadeOut(FADE_DELAY);
|
||||
|
Loading…
Reference in New Issue
Block a user