1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 21:12:55 +08:00
This commit is contained in:
Andrew Hong 2022-07-25 17:16:33 -04:00
parent 46c4e78477
commit a8e315abf0
2 changed files with 3 additions and 2 deletions

View File

@ -8,8 +8,8 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics; using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers; using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics.Cursor; using osu.Framework.Graphics.Cursor;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Graphics.Sprites; using osu.Framework.Graphics.Sprites;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Input.Events; using osu.Framework.Input.Events;
using osu.Framework.Localisation; using osu.Framework.Localisation;
using osu.Framework.Platform; using osu.Framework.Platform;

View File

@ -130,7 +130,8 @@ namespace osu.Game.Overlays.BeatmapSet
{ {
Font = OsuFont.GetFont(size: 30, weight: FontWeight.SemiBold, italics: true) Font = OsuFont.GetFont(size: 30, weight: FontWeight.SemiBold, italics: true)
}, },
externalLink = new ExternalLinkButton { externalLink = new ExternalLinkButton
{
Anchor = Anchor.BottomLeft, Anchor = Anchor.BottomLeft,
Origin = Anchor.BottomLeft, Origin = Anchor.BottomLeft,
Margin = new MarginPadding { Left = 5, Bottom = 4 }, // To better lineup with the font Margin = new MarginPadding { Left = 5, Bottom = 4 }, // To better lineup with the font