mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 00:23:59 +09: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:
@ -18,6 +18,9 @@ namespace osu.Game.Tournament.Screens
|
|||||||
protected TournamentScreen()
|
protected TournamentScreen()
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
|
||||||
|
FillMode = FillMode.Fit;
|
||||||
|
FillAspectRatio = 16 / 9f;
|
||||||
}
|
}
|
||||||
|
|
||||||
public override void Hide() => this.FadeOut(FADE_DELAY);
|
public override void Hide() => this.FadeOut(FADE_DELAY);
|
||||||
|
Reference in New Issue
Block a user