mirror of
https://github.com/osukey/osukey.git
synced 2025-05-16 02:57:32 +09:00
Fix vertical padding
This commit is contained in:
parent
1b116dd04e
commit
dade52d15d
@ -131,6 +131,7 @@ namespace osu.Game.Screens.Edit.Screens.Compose
|
|||||||
RowDimensions = new[]
|
RowDimensions = new[]
|
||||||
{
|
{
|
||||||
new Dimension(GridSizeMode.Absolute, 35),
|
new Dimension(GridSizeMode.Absolute, 35),
|
||||||
|
new Dimension(GridSizeMode.Absolute, 25),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user