mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Remove redundant arguments
This commit is contained in:
@ -57,7 +57,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
ColumnDimensions = new[]
|
||||
{
|
||||
new Dimension(GridSizeMode.AutoSize),
|
||||
new Dimension(GridSizeMode.Distributed)
|
||||
new Dimension()
|
||||
},
|
||||
Content = new[]
|
||||
{
|
||||
|
Reference in New Issue
Block a user