mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +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,
|
Text = text,
|
||||||
Font = OsuFont.GetFont(size: subtitle ? 12 : 15),
|
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 };
|
protected override IEnumerable<Drawable> EffectTargets => new Drawable[] { spriteText };
|
||||||
|
Reference in New Issue
Block a user