mirror of
https://github.com/ppy/osu
synced 2024-12-26 00:32:52 +00:00
Remove horizontal white space
This commit is contained in:
parent
e3ebc849c5
commit
29fbdf4d92
@ -13,7 +13,7 @@ namespace osu.Game.Graphics
|
|||||||
public class DrawableDate : OsuSpriteText, IHasTooltip
|
public class DrawableDate : OsuSpriteText, IHasTooltip
|
||||||
{
|
{
|
||||||
private readonly DateTimeOffset date;
|
private readonly DateTimeOffset date;
|
||||||
|
|
||||||
public DrawableDate(DateTimeOffset date)
|
public DrawableDate(DateTimeOffset date)
|
||||||
{
|
{
|
||||||
AutoSizeAxes = Axes.Both;
|
AutoSizeAxes = Axes.Both;
|
||||||
|
Loading…
Reference in New Issue
Block a user