1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-06 06:57:39 +08:00

Remove horizontal white space

This commit is contained in:
HoutarouOreki 2018-05-25 14:05:50 +02:00
parent e3ebc849c5
commit 29fbdf4d92

View File

@ -13,7 +13,7 @@ namespace osu.Game.Graphics
public class DrawableDate : OsuSpriteText, IHasTooltip
{
private readonly DateTimeOffset date;
public DrawableDate(DateTimeOffset date)
{
AutoSizeAxes = Axes.Both;