mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unnecessary FillFlowContainer
from section
This commit is contained in:
@ -27,11 +27,10 @@ namespace osu.Game.Screens.Edit.Components
|
||||
Children = new Drawable[]
|
||||
{
|
||||
new SectionHeader(sectionName),
|
||||
Content = new FillFlowContainer
|
||||
Content = new Container
|
||||
{
|
||||
RelativeSizeAxes = Axes.X,
|
||||
AutoSizeAxes = Axes.Y,
|
||||
Direction = FillDirection.Vertical,
|
||||
},
|
||||
}
|
||||
};
|
||||
@ -70,4 +69,4 @@ namespace osu.Game.Screens.Edit.Components
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user