mirror of
https://github.com/ppy/osu
synced 2025-02-13 16:47:38 +00:00
add margin padding spacing in toc title
This commit is contained in:
parent
41ec531bab
commit
424d1b4025
@ -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 };
|
||||
|
Loading…
Reference in New Issue
Block a user