mirror of
https://github.com/ppy/osu
synced 2024-12-21 22:30:36 +00:00
Fix tournament screen tests not matching OsuGameBase
resolution
This would cause things to look completely out of whack. The numbers here match `DrawSizePreservingFillContainer` defaults as used by `OsuGameBase.CreateScalingContainer()`.
This commit is contained in:
parent
4b68493084
commit
540c58c359
@ -23,7 +23,7 @@ namespace osu.Game.Tournament.Tests
|
||||
{
|
||||
public TournamentScalingContainer()
|
||||
{
|
||||
TargetDrawSize = new Vector2(1920, 1080);
|
||||
TargetDrawSize = new Vector2(1024, 768);
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user