Skip to content

Commit

Permalink
Adjust metrics of HitEventTimingDistributionGraph
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jul 13, 2023
1 parent ae2a1b1 commit f1137b9
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -131,14 +131,11 @@ private void createBarDrawables()

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[]
Expand Down

0 comments on commit f1137b9

Please sign in to comment.