Skip to content

Commit

Permalink
Add scrollbar to manage collections dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Nov 18, 2024
1 parent 5276f77 commit e5778eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion osu.Game/Collections/DrawableCollectionList.cs
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,8 @@ private partial class Scroll : OsuScrollContainer

public Scroll()
{
ScrollbarVisible = false;
Padding = new MarginPadding(10);
ScrollbarOverlapsContent = false;

base.Content.Add(new FillFlowContainer
{
Expand Down Expand Up @@ -187,6 +187,8 @@ public Flow()
{
Spacing = new Vector2(0, 5);
LayoutEasing = Easing.OutQuint;

Padding = new MarginPadding { Right = 5 };
}

protected override void LoadComplete()
Expand Down

0 comments on commit e5778eb

Please sign in to comment.