mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
add margin padding spacing in toc title
This commit is contained in:
@ -64,6 +64,8 @@ namespace osu.Game.Overlays.Wiki
|
||||
Text = text,
|
||||
Font = OsuFont.GetFont(size: subtitle ? 12 : 15),
|
||||
};
|
||||
Margin = new MarginPadding { Top = subtitle ? 5 : 10 };
|
||||
Padding = new MarginPadding { Left = subtitle ? 10 : 0 };
|
||||
}
|
||||
|
||||
protected override IEnumerable<Drawable> EffectTargets => new Drawable[] { spriteText };
|
||||
|
Reference in New Issue
Block a user