mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 08:33:55 +09:00
Remove unwanted spacings
This commit is contained in:
@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user