mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 14:12:55 +08:00
Remove useless Dimention params
This commit is contained in:
parent
7492ab6495
commit
0b8fed4e5a
@ -92,9 +92,9 @@ namespace osu.Game.Screens.Edit
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
ColumnDimensions = new Dimension[]
|
||||
{
|
||||
new Dimension(GridSizeMode.Auto),
|
||||
new Dimension(),
|
||||
new Dimension(GridSizeMode.Relative, 0.67f),
|
||||
new Dimension(GridSizeMode.Auto),
|
||||
new Dimension(),
|
||||
},
|
||||
Content = new Drawable[][]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user