mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 09:13:21 +08:00
Use minimum width on statistics columns
This commit is contained in:
parent
8f9917238e
commit
556a4e64cb
@ -103,7 +103,7 @@ namespace osu.Game.Overlays.BeatmapSet.Scores
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private TextColumn createStatisticsColumn(HitResult hitResult, int count) => new TextColumn(hitResult.GetDescription(), smallFont)
|
private TextColumn createStatisticsColumn(HitResult hitResult, int count) => new TextColumn(hitResult.GetDescription(), smallFont, statistics_column_min_width)
|
||||||
{
|
{
|
||||||
Text = count.ToString()
|
Text = count.ToString()
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user