1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 22:02:56 +08:00

Adjust width of statistics columns

This commit is contained in:
recapitalverb 2020-02-04 19:59:11 +07:00
parent a8faee91d8
commit 5030b66092

View File

@ -23,7 +23,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
public class TopScoreStatisticsSection : CompositeDrawable
{
private const float margin = 10;
private const float statistics_column_min_width = 50;
private const float statistics_column_min_width = 40;
private readonly FontUsage smallFont = OsuFont.GetFont(size: 16);
private readonly FontUsage largeFont = OsuFont.GetFont(size: 22);