mirror of
https://github.com/ppy/osu
synced 2025-02-13 08:37:48 +00: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;
|
Container axisFlow;
|
||||||
|
|
||||||
const float axis_font_size = 12;
|
Padding = new MarginPadding { Horizontal = 5 };
|
||||||
|
|
||||||
InternalChild = new GridContainer
|
InternalChild = new GridContainer
|
||||||
{
|
{
|
||||||
Anchor = Anchor.Centre,
|
|
||||||
Origin = Anchor.Centre,
|
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Width = 0.8f,
|
|
||||||
Content = new[]
|
Content = new[]
|
||||||
{
|
{
|
||||||
new Drawable[]
|
new Drawable[]
|
||||||
|
Loading…
Reference in New Issue
Block a user