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:
parent
4dc9309a7e
commit
2f111e6cf4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user