mirror of https://github.com/ppy/osu
Reverse padding changes
This commit is contained in:
parent
6ad26e61d1
commit
befdd140f4
|
@ -80,7 +80,7 @@ private void load(OsuColour colours)
|
|||
{
|
||||
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