mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 12:57:25 +08:00
Give more space to the parameter adjustment area
This commit is contained in:
parent
f74904f0aa
commit
658c23c925
@ -32,7 +32,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
ColumnDimensions = new[]
|
ColumnDimensions = new[]
|
||||||
{
|
{
|
||||||
new Dimension(),
|
new Dimension(),
|
||||||
new Dimension(GridSizeMode.Absolute, 200),
|
new Dimension(GridSizeMode.Absolute, 350),
|
||||||
},
|
},
|
||||||
Content = new[]
|
Content = new[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user