mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 06:12:55 +08:00
Add scrollbar to manage collections dialog
This commit is contained in:
parent
5276f77ebd
commit
e5778eb1fc
@ -104,8 +104,8 @@ namespace osu.Game.Collections
|
|||||||
|
|
||||||
public Scroll()
|
public Scroll()
|
||||||
{
|
{
|
||||||
ScrollbarVisible = false;
|
|
||||||
Padding = new MarginPadding(10);
|
Padding = new MarginPadding(10);
|
||||||
|
ScrollbarOverlapsContent = false;
|
||||||
|
|
||||||
base.Content.Add(new FillFlowContainer
|
base.Content.Add(new FillFlowContainer
|
||||||
{
|
{
|
||||||
@ -187,6 +187,8 @@ namespace osu.Game.Collections
|
|||||||
{
|
{
|
||||||
Spacing = new Vector2(0, 5);
|
Spacing = new Vector2(0, 5);
|
||||||
LayoutEasing = Easing.OutQuint;
|
LayoutEasing = Easing.OutQuint;
|
||||||
|
|
||||||
|
Padding = new MarginPadding { Right = 5 };
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
|
Loading…
Reference in New Issue
Block a user