1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 20:35:39 +08:00

Fix incorrect text spacing in skin editor toolbar

Probably regressed with framework flow changes.
This commit is contained in:
Dean Herbert
2025-06-12 17:33:23 +09:00
Unverified
parent 37e8cc9afc
commit ba31cb4786
+2 -2
View File
@@ -436,8 +436,8 @@ namespace osu.Game.Overlays.SkinEditor
headerText.Clear();
headerText.AddParagraph(SkinEditorStrings.SkinEditor, cp => cp.Font = OsuFont.Default.With(size: 16));
headerText.NewParagraph();
headerText.AddText(SkinEditorStrings.SkinEditor, cp => cp.Font = OsuFont.Default.With(size: 16));
headerText.NewLine();
headerText.AddText(SkinEditorStrings.CurrentlyEditing, cp =>
{
cp.Font = OsuFont.Default.With(size: 12);