1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 13:22:55 +08:00

Lower height of the cover image, Adjust height of the purple line

This commit is contained in:
HoutarouOreki 2018-07-21 23:10:42 +02:00
parent 8f43b883b1
commit 8e7efafba3

View File

@ -30,7 +30,7 @@ namespace osu.Game.Overlays.Changelog
public APIChangelog ChangelogEntry;
private const float cover_height = 310;
private const float cover_height = 280;
private const float title_height = 50;
private const float icon_size = 50;
private const float icon_margin = 20;
@ -155,7 +155,7 @@ namespace osu.Game.Overlays.Changelog
{
Colour = Purple,
RelativeSizeAxes = Axes.X,
Height = 3,
Height = 2,
Anchor = Anchor.BottomLeft,
Origin = Anchor.CentreLeft,
},