mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Ensure enough room for control panel display in editor tests
This commit is contained in:
@ -9,7 +9,10 @@ namespace osu.Game.Tournament.Tests.Screens
|
||||
{
|
||||
public TestSceneRoundEditorScreen()
|
||||
{
|
||||
Add(new RoundEditorScreen());
|
||||
Add(new RoundEditorScreen
|
||||
{
|
||||
Width = 0.85f // create room for control panel
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user