mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Fix attributes content being zero size and disappearing after being half off-screen
This commit is contained in:
@ -106,6 +106,7 @@ namespace osu.Game.Screens.Edit.Timing
|
|||||||
|
|
||||||
public ControlGroupAttributes(ControlPointGroup group)
|
public ControlGroupAttributes(ControlPointGroup group)
|
||||||
{
|
{
|
||||||
|
RelativeSizeAxes = Axes.Both;
|
||||||
InternalChild = fill = new FillFlowContainer
|
InternalChild = fill = new FillFlowContainer
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
|
Reference in New Issue
Block a user