mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 06:42:54 +08:00
Fix gap in fill colour
This commit is contained in:
parent
d0ce0cf9f5
commit
7d670c6d35
@ -93,15 +93,15 @@ namespace osu.Game.Beatmaps.Drawables
|
||||
new CircularContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
Scale = new Vector2(0.84f),
|
||||
Anchor = Anchor.Centre,
|
||||
Origin = Anchor.Centre,
|
||||
Masking = true,
|
||||
EdgeEffect = new EdgeEffectParameters
|
||||
{
|
||||
Colour = Color4.Black.Opacity(0.08f),
|
||||
Colour = Color4.Black.Opacity(0.06f),
|
||||
|
||||
Type = EdgeEffectType.Shadow,
|
||||
Radius = 5,
|
||||
Radius = 3,
|
||||
},
|
||||
Child = background = new Box
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user