1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 17:27:24 +08:00

Adjust metrics of HitEventTimingDistributionGraph

This commit is contained in:
Dean Herbert 2023-07-13 18:31:45 +09:00
parent 947b40149f
commit 0881f4772c

View File

@ -131,14 +131,11 @@ namespace osu.Game.Screens.Ranking.Statistics
Container axisFlow;
const float axis_font_size = 12;
Padding = new MarginPadding { Horizontal = 5 };
InternalChild = new GridContainer
{
Anchor = Anchor.Centre,
Origin = Anchor.Centre,
RelativeSizeAxes = Axes.Both,
Width = 0.8f,
Content = new[]
{
new Drawable[]