mirror of
https://github.com/ppy/osu
synced 2025-03-11 05:49:12 +00:00
Reverse padding changes
This commit is contained in:
parent
6ad26e61d1
commit
befdd140f4
@ -80,7 +80,7 @@ namespace osu.Game.Overlays.Changelog
|
||||
{
|
||||
t.Font = fontSmall;
|
||||
t.Colour = entryColour;
|
||||
t.Padding = new MarginPadding { Left = -17, Top = 5 };
|
||||
t.Padding = new MarginPadding { Left = -17, Right = 5 };
|
||||
});
|
||||
|
||||
title.AddText(entry.Title, t =>
|
||||
|
Loading…
Reference in New Issue
Block a user