1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 05:32:54 +08:00

Fix incorrect corner radius

This commit is contained in:
Dean Herbert 2019-07-22 23:57:26 +09:00
parent 4dc9309a7e
commit 2f111e6cf4

View File

@ -21,7 +21,7 @@ namespace osu.Game.Overlays.Profile.Sections.Historical
public class DrawableMostPlayedBeatmap : OsuHoverContainer
{
private const int cover_width = 100;
private const int corner_radius = 10;
private const int corner_radius = 6;
private readonly BeatmapInfo beatmap;
private readonly int playCount;