mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 15:12:57 +08:00
Lower height of the cover image, Adjust height of the purple line
This commit is contained in:
parent
8f43b883b1
commit
8e7efafba3
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user