mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 13:20:21 +08:00
Reduce bleed in tests to allow them to pass
This commit is contained in:
@@ -96,8 +96,8 @@ namespace osu.Game.Tests.Visual.SongSelect
|
||||
{
|
||||
Carousel = new BeatmapCarousel
|
||||
{
|
||||
BleedTop = 200,
|
||||
BleedBottom = 200,
|
||||
BleedTop = 50,
|
||||
BleedBottom = 50,
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Width = 800,
|
||||
|
||||
Reference in New Issue
Block a user