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:
parent
a8faee91d8
commit
5030b66092
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user