mirror of
https://github.com/ppy/osu.git
synced 2024-12-16 09:22:58 +08:00
Fixed ControlPointTable items being blocked by buttons
This commit is contained in:
parent
7f687d545d
commit
32de8e9b2d
@ -53,6 +53,7 @@ namespace osu.Game.Screens.Edit.Timing
|
||||
private void load(OverlayColourProvider colours)
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both;
|
||||
Padding = new() { Bottom = 50 };
|
||||
|
||||
InternalChildren = new Drawable[]
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user