1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 06:42:54 +08:00

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
commit d5888a6588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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