1
0
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:
Dean Herbert 2024-01-25 15:21:19 +09:00
parent 45b4edcd23
commit cc341b4119
No known key found for this signature in database

View File

@ -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,