mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Set content in profile sections.
This commit is contained in:
@ -94,7 +94,8 @@ namespace osu.Game.Graphics.Containers
|
||||
=> new FillFlowContainer
|
||||
{
|
||||
Direction = FillDirection.Vertical,
|
||||
AutoSizeAxes = Axes.Both
|
||||
AutoSizeAxes = Axes.Y,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
};
|
||||
|
||||
private List<Drawable> sections = new List<Drawable>();
|
||||
@ -133,7 +134,7 @@ namespace osu.Game.Graphics.Containers
|
||||
Add(ScrollContainer = new ScrollContainer()
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Masking = false,
|
||||
Masking = true,
|
||||
Children = new Drawable[] { sectionsContainer = CreateScrollContentContainer() },
|
||||
Depth = float.MaxValue
|
||||
});
|
||||
|
Reference in New Issue
Block a user