mirror of
https://github.com/osukey/osukey.git
synced 2025-07-06 02:40:02 +09:00
Remove useless Dimention params
This commit is contained in:
@ -92,9 +92,9 @@ namespace osu.Game.Screens.Edit
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
ColumnDimensions = new Dimension[]
|
ColumnDimensions = new Dimension[]
|
||||||
{
|
{
|
||||||
new Dimension(GridSizeMode.Auto),
|
new Dimension(),
|
||||||
new Dimension(GridSizeMode.Relative, 0.67f),
|
new Dimension(GridSizeMode.Relative, 0.67f),
|
||||||
new Dimension(GridSizeMode.Auto),
|
new Dimension(),
|
||||||
},
|
},
|
||||||
Content = new Drawable[][]
|
Content = new Drawable[][]
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user