mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 21:43:22 +08:00
Adjust beatmap carousel padding to avoid scrollbar disappearing underneath logo
This commit is contained in:
parent
45b4edcd23
commit
cc341b4119
@ -215,6 +215,12 @@ namespace osu.Game.Screens.Select
|
||||
InternalChild = new OsuContextMenuContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Padding = new MarginPadding
|
||||
{
|
||||
// Avoid clash between scrollbar and osu! logo.
|
||||
Top = 10,
|
||||
Bottom = 100,
|
||||
},
|
||||
Children = new Drawable[]
|
||||
{
|
||||
setPool,
|
||||
|
Loading…
Reference in New Issue
Block a user