Expand statistics to fill more of the screen

This commit is contained in:
smoogipoo
2020-06-22 19:20:43 +09:00
parent 30aa6ec2d3
commit 988baad16f
4 changed files with 18 additions and 7 deletions

View File

@ -320,7 +320,7 @@ namespace osu.Game.Rulesets.Mania
new StatisticItem("Timing Distribution", new HitEventTimingDistributionGraph(score.HitEvents)
{
RelativeSizeAxes = Axes.X,
Height = 130
Height = 250
}),
}
}