mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
CI fixes
This commit is contained in:
@ -90,13 +90,13 @@ namespace osu.Game.Screens.Edit
|
|||||||
Child = new GridContainer
|
Child = new GridContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
ColumnDimensions = new Dimension[]
|
ColumnDimensions = new[]
|
||||||
{
|
{
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
new Dimension(GridSizeMode.Relative, 0.67f),
|
new Dimension(GridSizeMode.Relative, 0.67f),
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
},
|
},
|
||||||
Content = new Drawable[][]
|
Content = new[]
|
||||||
{
|
{
|
||||||
new Drawable[]
|
new Drawable[]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user