mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 15:32:54 +08:00
Adjust icon padding
This commit is contained in:
parent
573da7b1e7
commit
daa64f1be7
@ -80,7 +80,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
t.Font = fontSmall;
|
||||
t.Colour = entryColour;
|
||||
t.Padding = new MarginPadding { Left = -17, Right = 5 };
|
||||
t.Padding = new MarginPadding { Left = -17, Top = 5 };
|
||||
});
|
||||
|
||||
title.AddText(entry.Title, t =>
|
||||
|
Loading…
Reference in New Issue
Block a user