Reduce height of RankChartLineGraph

This commit is contained in:
Paul Teng 2018-10-17 20:19:01 -04:00
parent 9aeba149f6
commit 7720fa10eb

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,
}