mirror of
https://github.com/ppy/osu
synced 2024-12-15 11:25:29 +00:00
Fix incorrect corner radius
This commit is contained in:
parent
4dc9309a7e
commit
2f111e6cf4
@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
|
|||||||
public class DrawableMostPlayedBeatmap : OsuHoverContainer
|
public class DrawableMostPlayedBeatmap : OsuHoverContainer
|
||||||
{
|
{
|
||||||
private const int cover_width = 100;
|
private const int cover_width = 100;
|
||||||
private const int corner_radius = 10;
|
private const int corner_radius = 6;
|
||||||
|
|
||||||
private readonly BeatmapInfo beatmap;
|
private readonly BeatmapInfo beatmap;
|
||||||
private readonly int playCount;
|
private readonly int playCount;
|
||||||
|
Loading…
Reference in New Issue
Block a user