mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 03:55:30 +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)
|
private void load(OverlayColourProvider colours)
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both;
|
RelativeSizeAxes = Axes.Both;
|
||||||
|
Padding = new() { Bottom = 50 };
|
||||||
|
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user