1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-17 01:32:55 +08:00

Fixed ControlPointTable items being blocked by buttons

This commit is contained in:
schiavoanto 2024-09-07 16:15:00 +02:00
parent 7f687d545d
commit 32de8e9b2d

View File

@ -53,6 +53,7 @@ namespace osu.Game.Screens.Edit.Timing
private void load(OverlayColourProvider colours) private void load(OverlayColourProvider colours)
{ {
RelativeSizeAxes = Axes.Both; RelativeSizeAxes = Axes.Both;
Padding = new() { Bottom = 50 };
InternalChildren = new Drawable[] InternalChildren = new Drawable[]
{ {