Reverse padding changes

This commit is contained in:
Andrei Zavatski 2019-09-20 23:50:19 +03:00
parent 6ad26e61d1
commit befdd140f4
1 changed files with 1 additions and 1 deletions

View File

@ -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 =>