Merge pull request #3607 from plankp/reduce-rank-chart-width

Reduce height of RankChartLineGraph
This commit is contained in:
Dan Balasescu
2018-10-18 11:03:57 +09:00
committed by GitHub

View File

@ -74,7 +74,7 @@ namespace osu.Game.Overlays.Profile.Header
Anchor = Anchor.BottomCentre,
Origin = Anchor.BottomCentre,
RelativeSizeAxes = Axes.X,
Height = 75,
Height = 60,
Y = -secondary_textsize,
Alpha = 0,
}