mirror of
https://github.com/ppy/osu
synced 2024-12-29 10:22:43 +00:00
Fix incorrect corner radius
This commit is contained in:
parent
09be9c2ed2
commit
0676919496
@ -29,10 +29,9 @@ namespace osu.Game.Overlays.Direct
|
||||
Children = new Drawable[]
|
||||
{
|
||||
downloader = new BeatmapSetDownloader(set, noVideo),
|
||||
new Container
|
||||
new CircularContainer
|
||||
{
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
CornerRadius = 17,
|
||||
Masking = true,
|
||||
Child = background = new Box
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user