Remove unwanted spacings

This commit is contained in:
Andrei Zavatski
2019-08-30 10:22:49 +03:00
parent b03b520818
commit 71c844facd

View File

@ -10,6 +10,7 @@ using osu.Game.Online.API.Requests.Responses;
using osu.Game.Online.API.Requests; using osu.Game.Online.API.Requests;
using osu.Game.Online.Chat; using osu.Game.Online.Chat;
using System; using System;
using osuTK;
namespace osu.Game.Overlays.Profile.Sections.Kudosu namespace osu.Game.Overlays.Profile.Sections.Kudosu
{ {
@ -37,6 +38,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
Anchor = Anchor.CentreLeft, Anchor = Anchor.CentreLeft,
Origin = Anchor.CentreLeft, Origin = Anchor.CentreLeft,
AutoSizeAxes = Axes.Both, AutoSizeAxes = Axes.Both,
Spacing = new Vector2(3),
}, },
date = new DrawableDate(historyItem.CreatedAt) date = new DrawableDate(historyItem.CreatedAt)
{ {