mirror of
https://github.com/ppy/osu.git
synced 2026-06-10 03:33:41 +08:00
Fixed ControlPointTable items being blocked by buttons
This commit is contained in:
@@ -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[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user