mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 10:18:22 +08:00
Adjust metrics of HitEventTimingDistributionGraph
This commit is contained in:
parent
947b40149f
commit
0881f4772c
@ -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[]
|
||||
|
Loading…
Reference in New Issue
Block a user