mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Fix spacing specifications
This commit is contained in:
@ -38,7 +38,7 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
Anchor = Anchor.CentreLeft,
|
||||
Origin = Anchor.CentreLeft,
|
||||
AutoSizeAxes = Axes.Both,
|
||||
Spacing = new Vector2(3),
|
||||
Spacing = new Vector2(0, 3),
|
||||
},
|
||||
date = new DrawableDate(historyItem.CreatedAt)
|
||||
{
|
||||
@ -66,7 +66,8 @@ namespace osu.Game.Overlays.Profile.Sections.Kudosu
|
||||
});
|
||||
}
|
||||
|
||||
linkFlowContainer.AddLinks(formattedSource.Text + " ", formattedSource.Links);
|
||||
linkFlowContainer.AddLinks(formattedSource.Text, formattedSource.Links);
|
||||
linkFlowContainer.AddText(" ");
|
||||
linkFlowContainer.AddLink(historyItem.Post.Title, historyItem.Post.Url);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user